Skip to content

Commit 3ee6cf1

Browse files
authored
Spellcheck version <2.3.0 (arduino#2379)
1 parent 03ee66b commit 3ee6cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-validate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Run spell check
1919
run: |
20-
pip install codespell
20+
pip install codespell==2.3.0
2121
codespell -I "scripts/resources/spell-check-ignore-list.txt" --skip="*.svg,*.dxf,*.pdf" ./content/
2222
2323
lint:

0 commit comments

Comments
 (0)