Skip to content

Commit bc81db4

Browse files
Deployed to github pages
1 parent 598346f commit bc81db4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

all-hooks.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5281,8 +5281,9 @@
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
},

hooks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)