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 9c049551f9 - Show all commits

View File

@@ -25,7 +25,7 @@ runs:
shell: bash
run: |
echo "Updating schema to the latest version"
npx ajv-cli migrate -i schema.json -o schema.json
npx ajv-cli migrate -s schema.json -o schema.json
- name: Validate JSON
shell: bash
run: |