Update action.yml

This commit is contained in:
Dor 2023-02-14 08:51:56 +02:00 committed by GitHub
parent cc1c4669b3
commit 83f102d566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@ inputs:
version: version:
description: "version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version" description: "version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version"
required: false required: false
asset-url:
description: "custom URL for a golangci-lint archive to download and install. Must match the OS/arch of the build agent."
required: false
args: args:
description: "golangci-lint command line arguments" description: "golangci-lint command line arguments"
default: "" default: ""