oc-k8s/opencloud/charts/loki/Makefile

8 lines
129 B
Makefile

.DEFAULT_GOAL := all
.PHONY: lint lint-yaml
lint: lint-yaml
lint-yaml:
yamllint -c $(CURDIR)/src/.yamllint.yaml $(CURDIR)/src