diff --git a/action.yml b/action.yml index 0705803..3cbd9ae 100644 --- a/action.yml +++ b/action.yml @@ -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