File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 52815281 "description" : " Validate Google Cloud Build config against the schema provided by SchemaStore" ,
52825282 "entry" : " check-jsonschema --builtin-schema vendor.cloudbuild" ,
52835283 "language" : " python" ,
5284- "files" : " ^cloudbuild\\ .(yml|yaml)$" ,
5285- "types" : [
5284+ "files" : " ^cloudbuild\\ .(yml|yaml|json)$" ,
5285+ "types_or" : [
5286+ " json" ,
52865287 " yaml"
52875288 ]
52885289 },
Original file line number Diff line number Diff line change @@ -3013,7 +3013,7 @@ <h3 data-repo="https://github.com/python-jsonschema/check-jsonschema">
30133013 < code > check-buildkite</ code >
30143014 - Validate Buildkite Pipelines against the schema provided by Buildkite
30153015 </ li >
3016- < li data-id ="check-cloudbuild " data-types ="yaml ">
3016+ < li data-id ="check-cloudbuild " data-types ="json, yaml ">
30173017 < code > check-cloudbuild</ code >
30183018 - Validate Google Cloud Build config against the schema provided by SchemaStore
30193019 </ li >
You can’t perform that action at this time.
0 commit comments