From 7c560fac7c0e22e96f080806cf975eecca4875e8 Mon Sep 17 00:00:00 2001 From: Dor Date: Tue, 14 Feb 2023 08:53:33 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e93fedc..cc7824e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ jobs: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: v1.29 + # Optional: URL of a custom golangci-lint build to use. If not provided, an asset will be automatically chosen from the official repo. + asset-url: https://example.com/golangci-lint/release.tgz + # Optional: working directory, useful for monorepos # working-directory: somedir