fix(Makefile): add new target 'yamllint'
This commit is contained in:
parent
ba7770fdbd
commit
f757aff455
3
Makefile
3
Makefile
@ -17,3 +17,6 @@ unittests-helm:
|
|||||||
update-helm-dependencies:
|
update-helm-dependencies:
|
||||||
helm dependency update
|
helm dependency update
|
||||||
|
|
||||||
|
.PHONY: yamllint
|
||||||
|
yamllint:
|
||||||
|
yamllint -c .yamllint .
|
Loading…
x
Reference in New Issue
Block a user