feat: add install-mode (#768)
This commit is contained in:
committed by
GitHub
parent
5be60c708e
commit
185e7a2f8f
@@ -34,6 +34,10 @@ inputs:
|
||||
description: "if set to true then the action doesn't cache or restore ~/.cache/go-build."
|
||||
default: false
|
||||
required: false
|
||||
install-mode:
|
||||
description: "The mode to install golangci-lint. It can be 'binary' or 'goinstall'."
|
||||
default: "binary"
|
||||
required: false
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/run/index.js"
|
||||
|
Reference in New Issue
Block a user