1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-03-17 06:34:53 +07:00

feat: automatic module directories (#1315)

This commit is contained in:
Ludovic Fernandez
2025-11-21 16:03:27 +01:00
committed by GitHub
parent f3ae99f5f5
commit e7fa5ac41e
18 changed files with 541 additions and 275 deletions

View File

@@ -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"