feat: initial release #1

Merged
t.behrendt merged 14 commits from initial-commit into main 2025-10-03 17:49:12 +02:00
Showing only changes of commit 02b5a3524e - Show all commits

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