drop comments
Some checks failed
CI / Dry-Run (pull_request) Failing after 6s

This commit is contained in:
2025-10-03 14:01:39 +02:00
parent eff4f8b648
commit 648ffb0717

View File

@@ -13,9 +13,7 @@ runs:
- name: Extract schema
shell: bash
run: |
// use jq to extract the $schema property from the json-file
schema=$(jq -r '.["$schema"]' < ${{ inputs.json-file }})
// if it's there, we fetch the schema from the URL
if [ -n "$schema" ]; then
curl -s $schema > schema.json
else