Skip to content

Commit

Permalink
Spellcheck version <2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo-it committed Jan 23, 2025
1 parent d1d38c0 commit c8d15d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run spell check
run: |
pip install codespell
pip install codespell==2.3.0
codespell -I "scripts/resources/spell-check-ignore-list.txt" --skip="*.svg,*.dxf,*.pdf" ./content/
lint:
Expand Down

0 comments on commit c8d15d2

Please sign in to comment.