Add allow-warnings to README

This commit is contained in:
Michael J Mulligan 2021-03-31 21:56:13 +01:00
parent 168c94fc3c
commit a5ac6c357d

View file

@ -56,6 +56,9 @@ jobs:
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
# skip-build-cache: true
# Optional: if set to true then the action don't fail with just golangci-lint warnings.
# allow-warnings: true
```
We recommend running this action in a job separate from other jobs (`go test`, etc)