mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 07:27:03 +08:00
Check for IETF Knodel terms
As originally added by @hadess
This commit is contained in:
3
.github/workflows/codespell.yml
vendored
3
.github/workflows/codespell.yml
vendored
@ -12,5 +12,6 @@ jobs:
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
check_filenames: true
|
||||
# When using this Action in other repos, the --skip option below can be removed
|
||||
# When using this Action in other repos, the options below can be removed or tweaked to suit
|
||||
skip: ./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc
|
||||
builtin: clear,rare,usage
|
||||
|
Reference in New Issue
Block a user