Skip to content

Commit

Permalink
Add some more file extensions: *.h, *.iss, *.rtf, and *.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 14, 2023
1 parent 29297a6 commit c252a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
persist-credentials: false
- run: pip install codespell
# Only assembly files
- run: codespell --skip='*.c,*.cpp,*.jl,*.md,*.scm' --ignore-words=.codespell.asm.ignore
- run: codespell --skip='*.c,*.cpp,*.h,*.iss,*.jl,*.md,*.rtf,*.scm,*.toml' --ignore-words=.codespell.asm.ignore

0 comments on commit c252a5b

Please sign in to comment.