chore(codespell): add ignore for the Turkish folder

pull/811/head
Ming Tsai 2022-08-20 11:48:10 -04:00
parent 1d1a3468e7
commit 9a74c3e857
1 changed files with 1 additions and 1 deletions

View File

@ -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,./docs/es,./.github,./algorithms/CSharp/test"
- run: codespell --ignore-words-list="ans,nnumber,nin,Hel" --quiet-level=2 --skip="**/**/package-lock.json,./docs/pt,./docs/es,./docs/tr,./.github,./algorithms/CSharp/test"