mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-24 20:48:51 +00:00
feat: add option to enable/disable annotations
This commit is contained in:
parent
2bff406277
commit
aebff4bd9c
5 changed files with 53 additions and 27 deletions
|
|
@ -35,6 +35,10 @@ inputs:
|
|||
restore existing caches, subject to other options.
|
||||
default: 'false'
|
||||
required: false
|
||||
annotations:
|
||||
description: "To Enable/disable GitHub Action annotations"
|
||||
default: 'true'
|
||||
required: false
|
||||
args:
|
||||
description: "golangci-lint command line arguments"
|
||||
default: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue