This commit is contained in:
2025-10-03 17:46:42 +02:00
parent 71a9ba8e64
commit dc4c575172
3 changed files with 296 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"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"
}
}