mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
docs: add experimental inside the action manifest
This commit is contained in:
parent
f4e410b9ce
commit
988291118b
1 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,12 @@ inputs:
|
|||
example: "cache,clean"
|
||||
default: ""
|
||||
required: false
|
||||
experimental:
|
||||
description: |
|
||||
Experimental options for the action.
|
||||
List of comma separated options.
|
||||
default: ""
|
||||
required: false
|
||||
runs:
|
||||
using: "node24"
|
||||
main: "dist/run/index.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue