File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,18 @@ repos:
75
75
alias : check-jsonschema-cert-class
76
76
files : ^arch/proc_cert_class/.*\.(yaml|yml)$
77
77
args : ["--schemafile", "schemas/proc_cert_class_schema.json"]
78
+ - id : check-jsonschema
79
+ name : Validate profile family files with jsonschema
80
+ stages : [pre-commit]
81
+ alias : check-jsonschema-profile-family
82
+ files : ^arch/profile_family/.*\.(yaml|yml)$
83
+ args : ["--schemafile", "schemas/profile_family_schema.json"]
84
+ - id : check-jsonschema
85
+ name : Validate profile release files with jsonschema
86
+ stages : [pre-commit]
87
+ alias : check-jsonschema-profile-release
88
+ files : ^arch/profile_release/.*\.(yaml|yml)$
89
+ args : ["--schemafile", "schemas/profile_release_schema.json"]
78
90
# Commenting because throwing errors and not sure this is complete yet
79
91
# - id: check-jsonschema
80
92
# alias: check-jsonschema-manual-version
You can’t perform that action at this time.
0 commit comments