File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 79
79
files : ^\.github/dependabot.(yml|yaml)$
80
80
types : [yaml]
81
81
82
+ # this hook is autogenerated from a script
83
+ # to modify this hook, update `src/check_jsonschema/catalog.py`
84
+ # and run `make generate-hooks` or `tox run -e generate-hooks-config`
85
+ - id : check-drone-ci
86
+ name : Validate Drone-CI Config
87
+ description : ' Validate Drone-CI Config against the schema provided by SchemaStore'
88
+ entry : check-jsonschema --builtin-schema vendor.drone-ci
89
+ language : python
90
+ files : ^\.drone\.yml$
91
+ types : [yaml]
92
+
82
93
# this hook is autogenerated from a script
83
94
# to modify this hook, update `src/check_jsonschema/catalog.py`
84
95
# and run `make generate-hooks` or `tox run -e generate-hooks-config`
Original file line number Diff line number Diff line change @@ -113,6 +113,20 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
113
113
- id : check-dependabot
114
114
115
115
116
+ ``check-drone-ci ``
117
+ ~~~~~~~~~~~~~~~~~~
118
+
119
+ Validate Drone-CI Config against the schema provided by SchemaStore
120
+
121
+ .. code-block :: yaml
122
+ :caption : example config
123
+
124
+ - repo : https://github.com/python-jsonschema/check-jsonschema
125
+ rev : 0.24.1
126
+ hooks :
127
+ - id : check-drone-ci
128
+
129
+
116
130
``check-github-actions ``
117
131
~~~~~~~~~~~~~~~~~~~~~~~~
118
132
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ SchemaStore and other sources:
77
77
- ``vendor.bitbucket-pipelines ``
78
78
- ``vendor.buildkite ``
79
79
- ``vendor.dependabot ``
80
+ - ``vendor.drone-ci ``
80
81
- ``vendor.github-actions ``
81
82
- ``vendor.github-workflows ``
82
83
- ``vendor.gitlab-ci ``
You can’t perform that action at this time.
0 commit comments