Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Dec 9, 2024
1 parent 63ed2c5 commit fe0796b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
- name: spell check
run: |
pip install codespell==2.3.0
# ignore test files, go project names, binary files via `--skip` and special var/regex via `--ignore-words`
git grep --cached -l '' | xargs codespell --skip 'fuzz/*,*_test.tmpl,testdata/*,*_test.go,go.mod,go.sum,*.gz' --ignore-words=.github/workflows/.ignore_words

0 comments on commit fe0796b

Please sign in to comment.