File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 }
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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments