switch to ajv-cli
Some checks failed
CI / Dry-Run (pull_request) Failing after 29s

This commit is contained in:
2025-10-03 14:06:02 +02:00
parent a4041beaaf
commit 0d15c7dabe

View File

@@ -25,9 +25,9 @@ runs:
shell: bash
run: |
echo "Updating schema to the latest version"
npx ajv migrate -i schema.json -o schema.json
npx ajv-cli migrate -i schema.json -o schema.json
- name: Validate JSON
shell: bash
run: |
echo "Validating JSON"
npx ajv validate -s schema.json -d ${{ inputs.json-file }}
npx ajv-cli validate -s schema.json -d ${{ inputs.json-file }}