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 40
40
files : ^bamboo-specs/.*\.(yml|yaml)$
41
41
types : [yaml]
42
42
43
+ # this hook is autogenerated from a script
44
+ # to modify this hook, update `src/check_jsonschema/catalog.py`
45
+ # and run `make generate-hooks` or `tox run -e generate-hooks-config`
46
+ - id : check-bitbucket-pipelines
47
+ name : Validate Bitbucket Pipelines
48
+ description : ' Validate Bitbucket Pipelines against the schema provided by SchemaStore'
49
+ entry : check-jsonschema --builtin-schema vendor.bitbucket-pipelines
50
+ language : python
51
+ files : bitbucket-pipelines\.(yml|yaml)$
52
+ types : [yaml]
53
+
43
54
# this hook is autogenerated from a script
44
55
# to modify this hook, update `src/check_jsonschema/catalog.py`
45
56
# and run `make generate-hooks` or `tox run -e generate-hooks-config`
Original file line number Diff line number Diff line change @@ -71,6 +71,20 @@ Validate Bamboo Specs against the schema provided by SchemaStore
71
71
- id : check-bamboo-spec
72
72
73
73
74
+ ``check-bitbucket-pipelines ``
75
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
+
77
+ Validate Bitbucket Pipelines against the schema provided by SchemaStore
78
+
79
+ .. code-block :: yaml
80
+ :caption : example config
81
+
82
+ - repo : https://github.com/python-jsonschema/check-jsonschema
83
+ rev : 0.23.2
84
+ hooks :
85
+ - id : check-bitbucket-pipelines
86
+
87
+
74
88
``check-buildkite ``
75
89
~~~~~~~~~~~~~~~~~~~
76
90
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ SchemaStore and other sources:
74
74
75
75
- ``vendor.azure-pipelines ``
76
76
- ``vendor.bamboo-spec ``
77
+ - ``vendor.bitbucket-pipelines ``
77
78
- ``vendor.buildkite ``
78
79
- ``vendor.dependabot ``
79
80
- ``vendor.github-actions ``
You can’t perform that action at this time.
0 commit comments