Update .github/workflows/codespell-private.yml

Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
This commit is contained in:
bl-ue
2021-06-14 17:43:38 -04:00
committed by GitHub
parent a719c630e0
commit 568c5a4c37

View File

@ -33,8 +33,8 @@ jobs:
- run: python setup.py install
- run: codespell --help
- run: make check
- run: codespell --check-filenames --skip="./.git/*,*.pyc,./codespell_lib/tests/test_basic.py,./codespell_lib/data/*,./example/code.c,./build/lib/codespell_lib/tests/test_basic.py,./build/lib/codespell_lib/data/*,README.rst,*.egg-info/*"
- run: codespell README.rst --ignore-words-list="adn"
- run: codespell --check-filenames --skip="./.git/*,*.pyc,./codespell_lib/tests/test_basic.py,./codespell_lib/data/*,./example/code.c,./build/lib/codespell_lib/tests/test_basic.py,./build/lib/codespell_lib/data/*,README.rst,*.egg-info/*,.github/workflows/codespell-private.yml"
- run: codespell --check-filenames --ignore-words-list="adn" README.rst .github/workflows/codespell-private.yml
# this file has an error
- run: "! codespell codespell_lib/tests/test_basic.py"
- run: codecov