Files
devops-infra-helm-charts-gcp/helm-templates/loki-distributed/Makefile
T
2026-08-26 03:39:42 +05:30

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