We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 854c4af + b24fc9d commit 75c9f5cCopy full SHA for 75c9f5c
.github/workflows/validate.yml
@@ -67,7 +67,7 @@ jobs:
67
- uses: actions/checkout@v4
68
- name: install deps
69
# Version of codespell bundled with Ubuntu is way old, so use pip.
70
- run: pip install codespell
+ run: pip install codespell==v2.3.0
71
- name: run codespell
72
run: codespell
73
0 commit comments