mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-15 23:26:31 +00:00
Add allow-warnings to README
This commit is contained in:
parent
168c94fc3c
commit
a5ac6c357d
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue