diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index c589e910..f1c3cff5 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -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