This commit is contained in:
@@ -30,4 +30,4 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Validating JSON"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user