fix codespell issues

This commit is contained in:
Alexander Zobnin
2020-05-25 10:08:49 +03:00
parent 13b0a2db78
commit 4b4357e452
2 changed files with 2 additions and 2 deletions

View File

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