mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
schema validation
This commit is contained in:
parent
d419566cd1
commit
f0e6941a38
1 changed files with 6 additions and 0 deletions
6
.github/workflows/validation.yml
vendored
6
.github/workflows/validation.yml
vendored
|
|
@ -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/*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue