fix codespell

This commit is contained in:
Alexander Zobnin
2019-10-28 16:20:37 +03:00
parent bc1453e384
commit bcbbc97152
2 changed files with 2 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ jobs:
steps:
- checkout
- run: sudo pip install codespell
- run: codespell -S './.git*,./src/img*' -L que
- run: codespell -S './.git*,./src/img*' -L que --ignore-words=./.codespell_ignore
workflows:
version: 2