diff --git a/.github/workflows/spell_checking.yml b/.github/workflows/spell_checking.yml index 1cad1540bb..cbfbc09d60 100644 --- a/.github/workflows/spell_checking.yml +++ b/.github/workflows/spell_checking.yml @@ -17,6 +17,8 @@ jobs: - uses: actions/checkout@v4 - uses: codespell-project/actions-codespell@v2 with: + check_filenames: true + check_hidden: true ignore_words_file: codespell.txt misspell: name: Check spelling of all files in commit with misspell