There was an error while loading. Please reload this page.
1 parent 14b5c83 commit d1372bcCopy full SHA for d1372bc
1 file changed
Makefile
@@ -55,7 +55,12 @@ licensecheck:
55
56
#? lint: Run all the linters
57
.PHONY: lint
58
-lint: licensecheck go-lint
+lint: licensecheck go-lint validate-json-yaml
59
+
60
+#? validate-json-yaml: Validate JSON and YAML files
61
+.PHONY: validate-json-yaml
62
+validate-json-yaml:
63
+ bash scripts/validate-json-yaml.sh
64
65
#? crd: Generates CRD using controller-gen and copy it into chart
66
.PHONY: crd
0 commit comments