diff --git a/Makefile b/Makefile index 9346d0e..24aba16 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,7 @@ unittests-helm: .PHONY: helm update-helm-dependencies: helm dependency update - \ No newline at end of file + +.PHONY: yamllint +yamllint: + yamllint -c .yamllint . \ No newline at end of file