From a5ac6c357dfb07b279d18e94148807d7b31ea956 Mon Sep 17 00:00:00 2001 From: Michael J Mulligan Date: Wed, 31 Mar 2021 21:56:13 +0100 Subject: [PATCH] Add allow-warnings to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1e781a3..4339a23 100644 --- a/README.md +++ b/README.md @@ -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)