chore(codespell): ignore .github folder
parent
e271c02e99
commit
cf36dbcc38
|
@ -11,4 +11,4 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install codespell
|
||||
- run: codespell --ignore-words-list="ans,nnumber,nin,Hel" --quiet-level=2 --skip="**/**/package-lock.json,./docs/pt"
|
||||
- run: codespell --ignore-words-list="ans,nnumber,nin,Hel" --quiet-level=2 --skip="**/**/package-lock.json,./docs/pt,./github"
|
||||
|
|
Loading…
Reference in New Issue