Skip to content

Commit 3866f8d

Browse files
committed
✨ Add drone-ci to SCHEMA_CATALOG
1 parent 60e6655 commit 3866f8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/check_jsonschema/catalog.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
7676
"types": "yaml",
7777
},
7878
},
79+
"drone-ci": {
80+
"url": "https://json.schemastore.org/drone.json",
81+
"hook_config": {
82+
"name": "Validate Drone-CI Config",
83+
"files": r"^\.drone\.yml$",
84+
"types": "yaml",
85+
},
86+
},
7987
"github-actions": {
8088
"url": "https://json.schemastore.org/github-action",
8189
"hook_config": {

0 commit comments

Comments
 (0)