Skip to content

Commit 1684711

Browse files
author
beer-1
committed
[skip-ci] use fixed version for spell checker
1 parent f6c9ca4 commit 1684711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- name: Install codespell
20-
run: pip install codespell
20+
run: python3 -m pip install "codespell==2.4.2"
2121
- name: Run codespell
2222
continue-on-error: true
2323
run: 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.work.sum,go.mod,statik.go,*.map,swagger.yaml,swagger-ui.css" --ignore-words=.github/config/.codespellignore

0 commit comments

Comments
 (0)