From 68d8ec73f7d1208a5df57094197599d40a490540 Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Fri, 22 May 2020 11:49:54 +0200 Subject: [PATCH] don't make action fail if there is warnings, it's not flawless yet --- .github/workflows/golangci-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 80bdd411a..1841d8c1b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -18,6 +18,7 @@ jobs: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.26 # Optional: golangci-lint command line arguments. + args: --issues-exit-code=0 only-new-issues: true