Adding dependencies, binary autostart
This commit is contained in:
7
opencloud/charts/loki/Makefile
Normal file
7
opencloud/charts/loki/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.DEFAULT_GOAL := all
|
||||
.PHONY: lint lint-yaml
|
||||
|
||||
lint: lint-yaml
|
||||
|
||||
lint-yaml:
|
||||
yamllint -c $(CURDIR)/src/.yamllint.yaml $(CURDIR)/src
|
||||
Reference in New Issue
Block a user