mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-16 23:48:27 +00:00
Update action.yml arguments
This commit is contained in:
parent
ce07c59e1a
commit
b2c945497a
1 changed files with 4 additions and 4 deletions
|
|
@ -10,9 +10,9 @@ inputs:
|
|||
description: 'golangci-lint command line arguments'
|
||||
default: ''
|
||||
required: false
|
||||
github-token:
|
||||
description: 'GitHub token with scope `repo.public_repo`. Used for fetching a list of releases of golangci-lint.'
|
||||
required: true
|
||||
working-directory:
|
||||
description: 'golangci-lint working directory, default is project root'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
|
|||
Loading…
Reference in a new issue