fix tests

This commit is contained in:
Alexander Zobnin
2020-06-04 12:45:25 +03:00
parent 2a46eeebf1
commit c6402cc232
3 changed files with 133 additions and 14 deletions

View File

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