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.
1 parent 96b5c89 commit bfe6e48Copy full SHA for bfe6e48
.github/workflows/validate.yml
@@ -29,6 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
- name: install deps
31
# Version of codespell bundled with Ubuntu will become old, so use pip.
32
- run: pip install --break-system-packages codespell
+ # OTOH, we want to pin it to specific version to avoid breaking CI.
33
+ run: pip install --break-system-packages codespell==v2.3.0
34
- name: run codespell
35
run: codespell
0 commit comments