Skip to content

Commit 3168f93

Browse files
committed
Fix the codespell invocation
1 parent 41abc47 commit 3168f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell_checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install codespell
2222
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2323
- name: Check spelling with codespell
24-
run: codespell --ignore-words=codespell.txt || exit 1
24+
run: codespell || exit 1
2525
misspell:
2626
name: Check spelling with misspell
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)