Update validate-json.yml
parent
ea10395d6b
commit
531f2c99ba
|
@ -1,5 +1,13 @@
|
||||||
name: Validate JSON Schema
|
name: Validate JSON Schema
|
||||||
on: [pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- README.md
|
||||||
|
- README
|
||||||
|
- LICENSE.md
|
||||||
|
- LICENSE
|
||||||
|
- .gitignore
|
||||||
|
- aaguid.json.schema
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
@ -15,6 +23,6 @@ jobs:
|
||||||
id: json-yaml-validate
|
id: json-yaml-validate
|
||||||
uses: GrantBirki/json-yaml-validate@v2.0.0
|
uses: GrantBirki/json-yaml-validate@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
comment: "true"
|
||||||
mode: "fail"
|
mode: "fail"
|
||||||
json_schema: "aaguid.json.schema"
|
json_schema: "aaguid.json.schema"
|
||||||
comment: "true"
|
|
||||||
|
|
Loading…
Reference in New Issue