mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 04:14:30 +07:00
feat: verify with the JSONSchema by default (#1171)
This commit is contained in:
committed by
GitHub
parent
0e58f8e7ab
commit
8d744d5b7f
@@ -24,7 +24,7 @@ inputs:
|
||||
required: false
|
||||
verify:
|
||||
description: "if set to true and the action verify the configuration file against the JSONSchema"
|
||||
default: 'false'
|
||||
default: 'true'
|
||||
required: false
|
||||
only-new-issues:
|
||||
description: "if set to true and the action runs on a pull request - the action outputs only newly found issues"
|
||||
|
||||
Reference in New Issue
Block a user