Skip to content

Commit 5640a3b

Browse files
Deployed to github pages
1 parent 29f1d3a commit 5640a3b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

all-hooks.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"args": [],
404404
"require_serial": false,
405405
"additional_dependencies": [
406-
"eslint@9.4.0"
406+
"eslint@9.5.0"
407407
],
408408
"minimum_pre_commit_version": "0"
409409
}
@@ -5286,6 +5286,14 @@
52865286
"yaml"
52875287
]
52885288
},
5289+
{
5290+
"id": "check-circle-ci",
5291+
"name": "Validate CircleCI config",
5292+
"description": "Validate CircleCI config against the schema provided by SchemaStore",
5293+
"entry": "check-jsonschema --builtin-schema vendor.circle-ci",
5294+
"language": "python",
5295+
"files": "^\\.circleci/config\\.(yml|yaml)$"
5296+
},
52895297
{
52905298
"id": "check-cloudbuild",
52915299
"name": "Validate Google Cloud Build config",

hooks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3017,6 +3017,10 @@ <h3 data-repo="https://github.com/python-jsonschema/check-jsonschema">
30173017
<code>check-buildkite</code>
30183018
- Validate Buildkite Pipelines against the schema provided by Buildkite
30193019
</li>
3020+
<li data-id="check-circle-ci" data-types="">
3021+
<code>check-circle-ci</code>
3022+
- Validate CircleCI config against the schema provided by SchemaStore
3023+
</li>
30203024
<li data-id="check-cloudbuild" data-types="json, yaml">
30213025
<code>check-cloudbuild</code>
30223026
- Validate Google Cloud Build config against the schema provided by SchemaStore

0 commit comments

Comments
 (0)