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 f213952 commit 967a6fbCopy full SHA for 967a6fb
.github/workflows/workflow-validate.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- name: Run spell check
19
run: |
20
- pip install codespell==2.4.0
+ pip install codespell==2.3.0
21
codespell -I "scripts/resources/spell-check-ignore-list.txt" --skip="*.svg,*.dxf,*.pdf" ./content/
22
23
lint:
0 commit comments