feat: verify with the JSONSchema by default (#1171)

This commit is contained in:
Ludovic Fernandez
2025-02-15 15:02:58 +01:00
committed by GitHub
parent 0e58f8e7ab
commit 8d744d5b7f
5 changed files with 104 additions and 33 deletions

View File

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