Files
validate-json-by-json-schem…/package.json
2025-10-03 17:46:42 +02:00

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