Skip to content

Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workflows #488

Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workflows

Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workflows #488

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install codespell
- run: codespell ./en/ # --ignore-words-list="" --skip=""