Skip to content

Commit 616f41a

Browse files
committed
fix(ci): workflow to skip json
1 parent 00d5ecb commit 616f41a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/spell-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- "**/*.go"
1919
- "!**/*.sum"
2020
- "!**/*.mod"
21+
- "!**/*.json"
2122

2223
jobs:
2324
spell-check:
@@ -40,7 +41,7 @@ jobs:
4041
run: |
4142
codespell \
4243
--ignore-words=.github/config/ignored-words.txt \
43-
--skip="*.svg,*.png,*.jpg,*.woff,*.woff2,*.pdf,*.json,package-lock.json" \
44+
--skip="*.svg,*.png,*.jpg,*.woff,*.woff2,*.pdf,package-lock.json" \
4445
--quiet-level=2 \
4546
--check-filenames \
4647
.

0 commit comments

Comments
 (0)