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:
Tomas Hozza 2022-08-18 11:26:41 +02:00 committed by Jakub Rusz
parent c725265081
commit 4e32ae5439

View file

@ -60,4 +60,4 @@ jobs:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
skip: ./.git,build
skip: ./.git,build,LICENSE