Codespell fix

This commit is contained in:
Alec Sears
2019-10-10 15:57:51 -05:00
parent a2d685af20
commit f7e19f0be3

View File

@@ -185,7 +185,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: sudo pip install codespell - run: sudo pip install codespell
- run: codespell -S './.git*,./src/img*' -L que - run: codespell -S './.git*,./src/img*,./go.sum' -L que
workflows: workflows:
version: 2 version: 2