mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-13 14:31:15 +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"
|
example: "cache,clean"
|
||||||
default: ""
|
default: ""
|
||||||
required: false
|
required: false
|
||||||
|
experimental:
|
||||||
|
description: |
|
||||||
|
Experimental options for the action.
|
||||||
|
List of comma separated options.
|
||||||
|
default: ""
|
||||||
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: "node24"
|
using: "node24"
|
||||||
main: "dist/run/index.js"
|
main: "dist/run/index.js"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue