diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 4d29a05..8c03a3f 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -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