Skip to content

Commit af39cf9

Browse files
committed
don't spellcheck more files
1 parent 42b77cc commit af39cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- uses: codespell-project/actions-codespell@v2
3434
with:
3535
check_filenames: true
36-
skip: ./.git,./dist,./data/deprecated.json,./data/discarded.json
36+
skip: ./.git,./dist,./data/deprecated.json,./data/discarded.json,package.json,package-lock.json,./scripts
3737
ignore_words_list: "auxilary,casette,cemetary,chancel,discus,extentions,faiway,generat,goverment,guerilla,guyser,kindergarden,ore,pavillion,sculpter,storys,linz,te,brunch"
3838
only_warn: 1

0 commit comments

Comments
 (0)