schema validation

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

View file

@ -36,3 +36,9 @@ jobs:
pattern: "\\.json$" pattern: "\\.json$"
env: env:
BASE: "domains/" BASE: "domains/"
# NOTE: wait for wildcard support
# - name: Validate JSON Schema
# uses: docker://orrosenblatt/validate-json-action:latest
# env:
# INPUT_SCHEMA: "schema.json"
# INPUT_JSONS: "domains/*"