From a0da37d53b96bed7dba73db94f292e74d111cb97 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 6 Aug 2021 19:35:21 +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 8e26d0a5..cb3ce157 100644 --- a/.github/workflows/suggester.yml +++ b/.github/workflows/suggester.yml @@ -1,4 +1,4 @@ -name: golangci-lint +name: Lint on: [pull_request] jobs: golangci: @@ -16,7 +16,7 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - args: -e "^Warning:.*" + args: -e ".*Warning:.*" # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true