fix(Makefile): add new target 'yamllint'

This commit is contained in:
2025-03-31 18:23:54 +02:00
parent ba7770fdbd
commit f757aff455

View File

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