All checks were successful
CD / Release (push) Successful in 7s
Reviewed-on: #1 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
8 lines
204 B
JSON
8 lines
204 B
JSON
{
|
|
"name": "validate-json-by-json-schema-action",
|
|
"description": "A GitHub Action to automatically validate JSON files using their $schema reference.",
|
|
"dependencies": {
|
|
"ajv-cli": "5.0.0"
|
|
}
|
|
}
|