@@ -17,7 +17,7 @@ You must specify a schema using pre-commit ``args`` configuration.
17
17
:caption : example config
18
18
19
19
- repo : https://github.com/python-jsonschema/check-jsonschema
20
- rev : 0.28.3
20
+ rev : 0.28.4
21
21
hooks :
22
22
- id : check-jsonschema
23
23
files : ^data/.*\.json$
@@ -34,7 +34,7 @@ Validate JSON Schema files against their matching metaschema, as specified in th
34
34
:caption : example config
35
35
36
36
- repo : https://github.com/python-jsonschema/check-jsonschema
37
- rev : 0.28.3
37
+ rev : 0.28.4
38
38
hooks :
39
39
- id : check-metaschema
40
40
files : ^schemas/.*\.json$
@@ -52,7 +52,7 @@ Validate Azure Pipelines config against the schema provided by Microsoft
52
52
:caption : example config
53
53
54
54
- repo : https://github.com/python-jsonschema/check-jsonschema
55
- rev : 0.28.3
55
+ rev : 0.28.4
56
56
hooks :
57
57
- id : check-azure-pipelines
58
58
@@ -66,7 +66,7 @@ Validate Bamboo Specs against the schema provided by SchemaStore
66
66
:caption : example config
67
67
68
68
- repo : https://github.com/python-jsonschema/check-jsonschema
69
- rev : 0.28.3
69
+ rev : 0.28.4
70
70
hooks :
71
71
- id : check-bamboo-spec
72
72
@@ -80,7 +80,7 @@ Validate Bitbucket Pipelines against the schema provided by SchemaStore
80
80
:caption : example config
81
81
82
82
- repo : https://github.com/python-jsonschema/check-jsonschema
83
- rev : 0.28.3
83
+ rev : 0.28.4
84
84
hooks :
85
85
- id : check-bitbucket-pipelines
86
86
@@ -94,7 +94,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
94
94
:caption : example config
95
95
96
96
- repo : https://github.com/python-jsonschema/check-jsonschema
97
- rev : 0.28.3
97
+ rev : 0.28.4
98
98
hooks :
99
99
- id : check-buildkite
100
100
@@ -108,7 +108,7 @@ Validate Google Cloud Build config against the schema provided by SchemaStore
108
108
:caption : example config
109
109
110
110
- repo : https://github.com/python-jsonschema/check-jsonschema
111
- rev : 0.28.3
111
+ rev : 0.28.4
112
112
hooks :
113
113
- id : check-cloudbuild
114
114
@@ -122,7 +122,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
122
122
:caption : example config
123
123
124
124
- repo : https://github.com/python-jsonschema/check-jsonschema
125
- rev : 0.28.3
125
+ rev : 0.28.4
126
126
hooks :
127
127
- id : check-dependabot
128
128
@@ -136,7 +136,7 @@ Validate Drone-CI Config against the schema provided by SchemaStore
136
136
:caption : example config
137
137
138
138
- repo : https://github.com/python-jsonschema/check-jsonschema
139
- rev : 0.28.3
139
+ rev : 0.28.4
140
140
hooks :
141
141
- id : check-drone-ci
142
142
@@ -150,7 +150,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
150
150
:caption : example config
151
151
152
152
- repo : https://github.com/python-jsonschema/check-jsonschema
153
- rev : 0.28.3
153
+ rev : 0.28.4
154
154
hooks :
155
155
- id : check-github-actions
156
156
@@ -164,7 +164,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
164
164
:caption : example config
165
165
166
166
- repo : https://github.com/python-jsonschema/check-jsonschema
167
- rev : 0.28.3
167
+ rev : 0.28.4
168
168
hooks :
169
169
- id : check-github-workflows
170
170
@@ -178,7 +178,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
178
178
:caption : example config
179
179
180
180
- repo : https://github.com/python-jsonschema/check-jsonschema
181
- rev : 0.28.3
181
+ rev : 0.28.4
182
182
hooks :
183
183
- id : check-gitlab-ci
184
184
@@ -192,7 +192,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
192
192
:caption : example config
193
193
194
194
- repo : https://github.com/python-jsonschema/check-jsonschema
195
- rev : 0.28.3
195
+ rev : 0.28.4
196
196
hooks :
197
197
- id : check-readthedocs
198
198
@@ -206,7 +206,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
206
206
:caption : example config
207
207
208
208
- repo : https://github.com/python-jsonschema/check-jsonschema
209
- rev : 0.28.3
209
+ rev : 0.28.4
210
210
hooks :
211
211
- id : check-renovate
212
212
@@ -220,7 +220,7 @@ Validate Taskfile config against the schema provided by Task
220
220
:caption : example config
221
221
222
222
- repo : https://github.com/python-jsonschema/check-jsonschema
223
- rev : 0.28.3
223
+ rev : 0.28.4
224
224
hooks :
225
225
- id : check-taskfile
226
226
@@ -234,7 +234,7 @@ Validate Travis Config against the schema provided by SchemaStore
234
234
:caption : example config
235
235
236
236
- repo : https://github.com/python-jsonschema/check-jsonschema
237
- rev : 0.28.3
237
+ rev : 0.28.4
238
238
hooks :
239
239
- id : check-travis
240
240
@@ -248,7 +248,7 @@ Validate Woodpecker Config against the schema provided by SchemaStore
248
248
:caption : example config
249
249
250
250
- repo : https://github.com/python-jsonschema/check-jsonschema
251
- rev : 0.28.3
251
+ rev : 0.28.4
252
252
hooks :
253
253
- id : check-woodpecker-ci
254
254
@@ -274,7 +274,7 @@ manually, you could do this:
274
274
.. code-block :: yaml
275
275
276
276
- repo : https://github.com/python-jsonschema/check-jsonschema
277
- rev : 0.28.3
277
+ rev : 0.28.4
278
278
hooks :
279
279
- id : check-jsonschema
280
280
name : " Check GitHub Workflows"
@@ -293,7 +293,7 @@ To check with the builtin schema that a GitHub workflow sets
293
293
.. code-block :: yaml
294
294
295
295
- repo : https://github.com/python-jsonschema/check-jsonschema
296
- rev : 0.28.3
296
+ rev : 0.28.4
297
297
hooks :
298
298
- id : check-jsonschema
299
299
name : " Check GitHub Workflows set timeout-minutes"
0 commit comments