Skip to content

Commit a6897b6

Browse files
authored
Merge pull request #21 from crowdsecurity/cilint_nofail
don't make action fail if there are warnings
2 parents 3bf6484 + 68d8ec7 commit a6897b6

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)