mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 07:27:03 +08:00
Update .github/workflows/codespell-private.yml
Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/codespell-private.yml
vendored
4
.github/workflows/codespell-private.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user