Skip to content

Commit

Permalink
Add options to the actions-codespell configuration to check hidden fi…
Browse files Browse the repository at this point in the history
…les and file name

Follows rubocop/rubocop#11719
  • Loading branch information
Earlopain committed Dec 27, 2024
1 parent 92a2a50 commit db2d8f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spell_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db2d8f8

Please sign in to comment.