ci: skip spelling check in go.mod/go.sum (#21021)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
parent
9ab162de6d
commit
ba7e6be7e9
2
.github/workflows/misspell.yml
vendored
2
.github/workflows/misspell.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
sudo apt-get install codespell -y
|
||||
codespell -w --skip="*.pulsar.go,*.pb.go,*.pb.gw.go,*.cosmos_orm.go,*.json,*.git,*.js,crypto/keys,fuzz,*.h,proto/tendermint,*.bin" --ignore-words=.github/.codespellignore
|
||||
codespell -w --skip="*.pulsar.go,*.pb.go,*.pb.gw.go,*.cosmos_orm.go,*.json,*.git,*.js,crypto/keys,fuzz,*.h,proto/tendermint,*.bin,go.sum,go.mod" --ignore-words=.github/.codespellignore
|
||||
- uses: peter-evans/create-pull-request@v6
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user