We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 060bf57Copy full SHA for 060bf57
.pre-commit-hooks.yaml
@@ -0,0 +1,5 @@
1
+- id: kubeconform
2
+ name: "Run Kubeconform on yaml files"
3
+ description : "Run Kubeconform on yaml files"
4
+ entry: ./kubeconform.sh
5
+ language: script
0 commit comments