Skip to content

Commit

Permalink
Use the separate codespell ignore file for assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 14, 2023
1 parent 66ff6f2 commit 0ec1ca3
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'
- run: codespell --skip='*.c,*.cpp,*.jl,*.md,*.scm' --ignore-words=.codespell.asm.ignore

0 comments on commit 0ec1ca3

Please sign in to comment.