Skip to content

Commit c8b299e

Browse files
committed
Spell check action avoid PDFs
1 parent 53e8eed commit c8b299e

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run spell check
1919
run: |
2020
pip install codespell
21-
codespell -I "scripts/resources/spell-check-ignore-list.txt" --skip="*.svg,*.dxf" ./content/
21+
codespell -I "scripts/resources/spell-check-ignore-list.txt" --skip="*.svg,*.dxf,*.pdf" ./content/
2222
2323
lint:
2424
name: Content Linter

0 commit comments

Comments
 (0)