update validation

This commit is contained in:
Satr14 2024-10-25 22:21:09 +07:00 committed by GitHub
commit 4c2baa79cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,9 +36,8 @@ jobs:
pattern: "\\.json$" pattern: "\\.json$"
env: env:
BASE: "domains/" BASE: "domains/"
# NOTE: wait for wildcard support - name: Validate action.yml against a remote schema
# - name: Validate JSON Schema uses: cardinalby/schema-validator-action@v3
# uses: docker://orrosenblatt/validate-json-action:latest with:
# env: file: 'domains/*.json'
# INPUT_SCHEMA: "schema.json" schema: 'schema.json'
# INPUT_JSONS: "domains/*"