Skip to content

Commit

Permalink
fix: reconfigure Codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jan 4, 2024
1 parent c73a2f2 commit eea97fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: share/opentofu.asc,share/opentofu.gpg
skip: .git,*.png,*.woff,*.woff2,*.eot,*.ttf,*.jpg,*.ico,*.svg,*.gpg,.*asc
check_filenames: true
check_hidden: true

0 comments on commit eea97fa

Please sign in to comment.