From 26f51dae862a3f11fe0873ed7f471b3c3b6ca1b5 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 6 Aug 2021 19:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=F0=9F=91=8C=20make=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/suggester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/suggester.yml b/.github/workflows/suggester.yml index cb3ce157..ae7f8039 100644 --- a/.github/workflows/suggester.yml +++ b/.github/workflows/suggester.yml @@ -16,13 +16,13 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - args: -e ".*Warning:.*" + args: -e nolintlint # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true # Optional: if set to true then the action will use pre-installed Go. - # skip-go-installation: true + skip-go-installation: true # Optional: if set to true then the action don't cache or restore ~/go/pkg. # skip-pkg-cache: true