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

@ -17,3 +17,6 @@ unittests-helm:
update-helm-dependencies:
helm dependency update
.PHONY: yamllint
yamllint:
yamllint -c .yamllint .