From f757aff455c4a82e690eedcd4d6925fb91be688d Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 31 Mar 2025 18:23:54 +0200 Subject: [PATCH] fix(Makefile): add new target 'yamllint' --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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