mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 15:36:17 +08:00
codespell-private.yml: Do not codespell digital signature files (#3623)
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
This commit is contained in:
2
.github/workflows/codespell-private.yml
vendored
2
.github/workflows/codespell-private.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
# tomli should not be required for the next two steps (and make sure it's not)
|
||||
- run: pip uninstall -yq tomli
|
||||
if: ${{ matrix.no-toml == 'no-toml' }}
|
||||
- run: codespell --check-filenames --skip="./.git/*,./.pytest_cache/*,./junit-results.xml,*.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/*,pyproject-codespell.precommit-toml,./.mypy_cache"
|
||||
- run: codespell --check-filenames --skip="./.*,./build/*,./codespell_lib/data/*,./codespell_lib/tests/test_basic.py,./example/code.c,./junit-results.xml,*.egg-info/*,*.pyc,*.sig,pyproject-codespell.precommit-toml,README.rst,"
|
||||
# this file has an error
|
||||
- run: "! codespell codespell_lib/tests/test_basic.py"
|
||||
|
||||
|
Reference in New Issue
Block a user