mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-26 21:48:51 +00:00
add directory arg
This commit is contained in:
parent
4cfaabcf34
commit
c29c0c454f
2 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ inputs:
|
|||
flags:
|
||||
description: 'GolangCI command line flags'
|
||||
required: false
|
||||
directory:
|
||||
description: 'Working directory'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue