Skip to content

Commit

Permalink
Update .github/workflows/lint.yml
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
spacewander and ccoVeille authored Dec 21, 2024
1 parent 2e25de1 commit 1230705
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: spell check
run: |
# the python version in self-hosted runner is 3.7, which is not supported by the latest get-pip.py
python3 <(curl -s https://bootstrap.pypa.io/pip/3.7/get-pip.py)
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
uses: codespell-project/actions-codespell@v2

0 comments on commit 1230705

Please sign in to comment.