We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fa9c2 commit 51582a4Copy full SHA for 51582a4
1 file changed
README.md
@@ -35,3 +35,9 @@ You need the following to be installed on your machine before running this pre-c
35
- [yq v4.6](https://github.com/mikefarah/yq)
36
- [kustomize v4.1](https://github.com/kubernetes-sigs/kustomize)
37
- [kubeconform v0.4.12](https://github.com/yannh/kubeconform)
38
+
39
+Also make sure to have the git hook script pre-push installed
40
41
+```bash
42
+pre-commit install -t pre-push
43
+```
0 commit comments