Skip to content

Commit 68d8ec7

Browse files
committed
don't make action fail if there is warnings, it's not flawless yet
1 parent 3bf6484 commit 68d8ec7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
1919
version: v1.26
2020
# Optional: golangci-lint command line arguments.
21+
args: --issues-exit-code=0
2122
only-new-issues: true
2223

2324

0 commit comments

Comments
 (0)