Skip to content

Commit

Permalink
Merge pull request #21 from crowdsecurity/cilint_nofail
Browse files Browse the repository at this point in the history
don't make action fail if there are warnings
  • Loading branch information
erenJag authored May 22, 2020
2 parents 3bf6484 + 68d8ec7 commit a6897b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit a6897b6

Please sign in to comment.