mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
update validation
This commit is contained in:
parent
03e2eca4b3
commit
4c2baa79cd
1 changed files with 5 additions and 6 deletions
11
.github/workflows/validation.yml
vendored
11
.github/workflows/validation.yml
vendored
|
|
@ -36,9 +36,8 @@ jobs:
|
|||
pattern: "\\.json$"
|
||||
env:
|
||||
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/*"
|
||||
- name: Validate action.yml against a remote schema
|
||||
uses: cardinalby/schema-validator-action@v3
|
||||
with:
|
||||
file: 'domains/*.json'
|
||||
schema: 'schema.json'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue