Skip to content

Commit

Permalink
ci: skip spellcheck on key/cert files [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Mar 31, 2024
1 parent d0d469f commit e36957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 'spellcheck'
run: |
codespell --version
codespell --skip='*.patch' \
codespell --skip='*.asc,*.patch,*.pem' \
$(git ls-files)
linux-glibc-debian-testing-llvm:
Expand Down

0 comments on commit e36957c

Please sign in to comment.