Skip to content

Commit

Permalink
Deployed to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2023
1 parent 8fee795 commit 98b387d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions all-hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5262,6 +5262,17 @@
"yaml"
]
},
{
"id": "check-cloudbuild",
"name": "Validate Google Cloud Build config",
"description": "Validate Google Cloud Build config against the schema provided by SchemaStore",
"entry": "check-jsonschema --builtin-schema vendor.cloudbuild",
"language": "python",
"files": "^cloudbuild\\.(yml|yaml)$",
"types": [
"yaml"
]
},
{
"id": "check-dependabot",
"name": "Validate Dependabot Config (v2)",
Expand Down
4 changes: 4 additions & 0 deletions hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3009,6 +3009,10 @@ <h3 data-repo="https://github.com/python-jsonschema/check-jsonschema">
<code>check-buildkite</code>
- Validate Buildkite Pipelines against the schema provided by Buildkite
</li>
<li data-id="check-cloudbuild" data-types="yaml">
<code>check-cloudbuild</code>
- Validate Google Cloud Build config against the schema provided by SchemaStore
</li>
<li data-id="check-dependabot" data-types="yaml">
<code>check-dependabot</code>
- Validate Dependabot Config (v2) against the schema provided by SchemaStore
Expand Down

0 comments on commit 98b387d

Please sign in to comment.