Skip to content

Commit

Permalink
Update spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 17, 2023
1 parent 76a08bf commit 411450d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ jobs:
-
name: "Search for misspellings"
run: |
python -m codespell_lib
"$(python -m site --user-base)/bin/codespell" \
--skip=./.git \
--check-hidden \
--check-filenames \
--builtin=clear,rare,informal,usage,code,names \
--ignore-words-list=master

0 comments on commit 411450d

Please sign in to comment.