fix(Makefile): add new target 'yamllint'

This commit is contained in:
Markus Pesch 2025-03-31 18:23:54 +02:00
parent ba7770fdbd
commit f757aff455
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -16,4 +16,7 @@ unittests-helm:
.PHONY: helm .PHONY: helm
update-helm-dependencies: update-helm-dependencies:
helm dependency update helm dependency update
.PHONY: yamllint
yamllint:
yamllint -c .yamllint .