Skip to content

Commit

Permalink
CI: exclude LICENSE from spell check
Browse files Browse the repository at this point in the history
Spell check started to freak out on `complies` in the `LICENSE`. Exclude
`LICENSE` from spell check until it learns English.
  • Loading branch information
thozza authored and jrusz committed Aug 22, 2022
1 parent c725265 commit 4e32ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
skip: ./.git,build
skip: ./.git,build,LICENSE

0 comments on commit 4e32ae5

Please sign in to comment.