codespell: exclude yarn.lock

This commit is contained in:
Alexander Zobnin
2020-01-15 14:53:59 +03:00
parent 92e77617cf
commit 3581a818fc

View File

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