Don't spellcheck Go dependency files

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2022-08-20 21:42:01 +10:00
parent 3df660799c
commit 55312ebdca

View File

@@ -106,7 +106,7 @@ jobs:
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: ./.git
skip: ./.git,go.mod,go.sum
ignore_words_list: calle
build: