Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 967a6fb

Browse files
committedJan 23, 2025·
test
1 parent f213952 commit 967a6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/workflow-validate.yaml

Lines changed: 1 addition & 1 deletion
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==2.4.0
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)
Please sign in to comment.