CI: exclude LICENSE from spell check
Spell check started to freak out on `complies` in the `LICENSE`. Exclude `LICENSE` from spell check until it learns English.
This commit is contained in:
parent
c725265081
commit
4e32ae5439
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -60,4 +60,4 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
skip: ./.git,build
|
||||
skip: ./.git,build,LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue