set strict mode to false
All checks were successful
CI / Dry-Run (pull_request) Successful in 18s

This commit is contained in:
2025-10-03 16:51:45 +02:00
parent 9c049551f9
commit 02b5a3524e

View File

@@ -30,4 +30,4 @@ runs:
shell: bash
run: |
echo "Validating JSON"
npx ajv-cli validate -s schema.json -d ${{ inputs.json-file }}
npx ajv-cli validate -s schema.json -d ${{ inputs.json-file }} --strict=false