Skip to content

Commit

Permalink
add skiplist to spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Nov 14, 2024
1 parent 4d66ca1 commit 7b7a378
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 @@ -13,7 +13,7 @@ jobs:
continue-on-error: true
run: |
sudo apt-get install codespell -y
codespell -w --ignore-words=.github/config/.codespellignore
codespell -w --ignore-words=.github/config/.codespellignore --skip="*.git,*.so,*.dylib,go.mod,go.sum,Cargo.toml"
- uses: peter-evans/[email protected]
if: github.event_name != 'pull_request'
with:
Expand Down

0 comments on commit 7b7a378

Please sign in to comment.