This commit is contained in:
2025-10-03 17:46:42 +02:00
parent 71a9ba8e64
commit dc4c575172
3 changed files with 296 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ runs:
using: "composite"
steps:
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
- shell: bash
run: npm ci
- name: Extract schema
shell: bash
run: |
@@ -18,6 +22,7 @@ runs:
if [ -n "$schema" ]; then
curl -s $schema > schema.json
else
echo "No schema found"
exit 0
fi
- name: Update the schema to the latest version