Merge pull request #21 from crowdsecurity/cilint_nofail

don't make action fail if there are warnings
This commit is contained in:
erenJag 2020-05-22 11:54:43 +02:00 committed by GitHub
commit a6897b6819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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