We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ee66b commit 3ee6cf1Copy full SHA for 3ee6cf1
.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
+ 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