fix(codespell): the C# test ignore path
parent
4a93e105a5
commit
504d2f292c
|
@ -11,4 +11,4 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
- run: pip install codespell
|
- run: pip install codespell
|
||||||
- run: codespell --ignore-words-list="ans,nnumber,nin,Hel" --quiet-level=2 --skip="**/**/package-lock.json,./docs/pt,./.github/*, ./algorithms/CSharp/test/*"
|
- run: codespell --ignore-words-list="ans,nnumber,nin,Hel" --quiet-level=2 --skip="**/**/package-lock.json,./docs/pt,./.github, ./algorithms/CSharp/test"
|
||||||
|
|
Loading…
Reference in New Issue