diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9667bfcb..8c99efac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,6 +33,6 @@ jobs: - uses: codespell-project/actions-codespell@v2 with: check_filenames: true - skip: ./.git,./dist,./data/deprecated.json,./data/discarded.json + skip: ./.git,./dist,./data/deprecated.json,./data/discarded.json,package.json,package-lock.json,./scripts ignore_words_list: "auxilary,casette,cemetary,chancel,discus,extentions,faiway,generat,goverment,guerilla,guyser,kindergarden,ore,pavillion,sculpter,storys,linz,te,brunch" only_warn: 1