From 55312ebdca004dc14f048acc8fd6ddf8ccb81ee6 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Sat, 20 Aug 2022 21:42:01 +1000 Subject: [PATCH] Don't spellcheck Go dependency files Signed-off-by: Ben Reedy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d61f97b4..3e405085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: