@@ -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.0
20
+ rev : 0.23.1
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.0
37
+ rev : 0.23.1
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.0
55
+ rev : 0.23.1
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.0
69
+ rev : 0.23.1
70
70
hooks :
71
71
- id : check-bamboo-spec
72
72
@@ -80,7 +80,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
80
80
:caption : example config
81
81
82
82
- repo : https://github.com/python-jsonschema/check-jsonschema
83
- rev : 0.23.0
83
+ rev : 0.23.1
84
84
hooks :
85
85
- id : check-buildkite
86
86
@@ -94,7 +94,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
94
94
:caption : example config
95
95
96
96
- repo : https://github.com/python-jsonschema/check-jsonschema
97
- rev : 0.23.0
97
+ rev : 0.23.1
98
98
hooks :
99
99
- id : check-dependabot
100
100
@@ -108,7 +108,7 @@ Validate GitHub Actions 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.0
111
+ rev : 0.23.1
112
112
hooks :
113
113
- id : check-github-actions
114
114
@@ -122,7 +122,7 @@ Validate GitHub Workflows 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.0
125
+ rev : 0.23.1
126
126
hooks :
127
127
- id : check-github-workflows
128
128
@@ -136,7 +136,7 @@ Validate GitLab 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.23.0
139
+ rev : 0.23.1
140
140
hooks :
141
141
- id : check-gitlab-ci
142
142
@@ -150,7 +150,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
150
150
:caption : example config
151
151
152
152
- repo : https://github.com/python-jsonschema/check-jsonschema
153
- rev : 0.23.0
153
+ rev : 0.23.1
154
154
hooks :
155
155
- id : check-readthedocs
156
156
@@ -164,7 +164,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
164
164
:caption : example config
165
165
166
166
- repo : https://github.com/python-jsonschema/check-jsonschema
167
- rev : 0.23.0
167
+ rev : 0.23.1
168
168
hooks :
169
169
- id : check-renovate
170
170
@@ -178,7 +178,7 @@ Validate Travis 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.23.0
181
+ rev : 0.23.1
182
182
hooks :
183
183
- id : check-travis
184
184
@@ -204,7 +204,7 @@ manually, you could do this:
204
204
.. code-block :: yaml
205
205
206
206
- repo : https://github.com/python-jsonschema/check-jsonschema
207
- rev : 0.23.0
207
+ rev : 0.23.1
208
208
hooks :
209
209
- id : check-jsonschema
210
210
name : " Check GitHub Workflows"
@@ -223,7 +223,7 @@ To check with the builtin schema that a GitHub workflow sets
223
223
.. code-block :: yaml
224
224
225
225
- repo : https://github.com/python-jsonschema/check-jsonschema
226
- rev : 0.23.0
226
+ rev : 0.23.1
227
227
hooks :
228
228
- id : check-jsonschema
229
229
name : " Check GitHub Workflows set timeout-minutes"
0 commit comments