We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854c4af commit b24fc9dCopy full SHA for b24fc9d
.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