Skip to content

Commit db2d8f8

Browse files
committed
Add options to the actions-codespell configuration to check hidden files and file name
Follows rubocop/rubocop#11719
1 parent 92a2a50 commit db2d8f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/spell_checking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: codespell-project/actions-codespell@v2
1919
with:
20+
check_filenames: true
21+
check_hidden: true
2022
ignore_words_file: codespell.txt
2123
misspell:
2224
name: Check spelling of all files in commit with misspell

0 commit comments

Comments
 (0)