Skip to content

Commit 899099f

Browse files
github-actions[bot]github-merge-queue[bot]julienrbrt
authored
chore: fix spelling errors (#22829)
Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: Julien Robert <[email protected]>
1 parent cef0f84 commit 899099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/misspell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
continue-on-error: true
2020
run: |
2121
sudo apt-get install codespell -y
22-
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
22+
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,.github" --ignore-words=.github/.codespellignore
2323
- uses: peter-evans/create-pull-request@v7
2424
if: github.event_name != 'pull_request'
2525
with:

0 commit comments

Comments
 (0)