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
No known key found for this signature in database
GPG Key ID: 235C15B6086C9D7E
1 changed files with 1 additions and 1 deletions

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: