@@ -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.23.3
20
+ rev : 0.24.0
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.23.3
37
+ rev : 0.24.0
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.23.3
55
+ rev : 0.24.0
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.23.3
69
+ rev : 0.24.0
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.23.3
83
+ rev : 0.24.0
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.23.3
97
+ rev : 0.24.0
98
98
hooks :
99
99
- id : check-buildkite
100
100
@@ -108,7 +108,7 @@ Validate Dependabot Config (v2) 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.23.3
111
+ rev : 0.24.0
112
112
hooks :
113
113
- id : check-dependabot
114
114
@@ -122,7 +122,7 @@ Validate GitHub Actions 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.23.3
125
+ rev : 0.24.0
126
126
hooks :
127
127
- id : check-github-actions
128
128
@@ -136,7 +136,7 @@ Validate GitHub Workflows 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.23.3
139
+ rev : 0.24.0
140
140
hooks :
141
141
- id : check-github-workflows
142
142
@@ -150,7 +150,7 @@ Validate GitLab CI config 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.23.3
153
+ rev : 0.24.0
154
154
hooks :
155
155
- id : check-gitlab-ci
156
156
@@ -164,7 +164,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
164
164
:caption : example config
165
165
166
166
- repo : https://github.com/python-jsonschema/check-jsonschema
167
- rev : 0.23.3
167
+ rev : 0.24.0
168
168
hooks :
169
169
- id : check-readthedocs
170
170
@@ -178,7 +178,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
178
178
:caption : example config
179
179
180
180
- repo : https://github.com/python-jsonschema/check-jsonschema
181
- rev : 0.23.3
181
+ rev : 0.24.0
182
182
hooks :
183
183
- id : check-renovate
184
184
@@ -192,7 +192,7 @@ Validate Travis Config against the schema provided by SchemaStore
192
192
:caption : example config
193
193
194
194
- repo : https://github.com/python-jsonschema/check-jsonschema
195
- rev : 0.23.3
195
+ rev : 0.24.0
196
196
hooks :
197
197
- id : check-travis
198
198
@@ -218,7 +218,7 @@ manually, you could do this:
218
218
.. code-block :: yaml
219
219
220
220
- repo : https://github.com/python-jsonschema/check-jsonschema
221
- rev : 0.23.3
221
+ rev : 0.24.0
222
222
hooks :
223
223
- id : check-jsonschema
224
224
name : " Check GitHub Workflows"
@@ -237,7 +237,7 @@ To check with the builtin schema that a GitHub workflow sets
237
237
.. code-block :: yaml
238
238
239
239
- repo : https://github.com/python-jsonschema/check-jsonschema
240
- rev : 0.23.3
240
+ rev : 0.24.0
241
241
hooks :
242
242
- id : check-jsonschema
243
243
name : " Check GitHub Workflows set timeout-minutes"
0 commit comments