Revision dfed68feedaaffa6e0feb6a25d051000bd87b4d0 authored by Hamas Shafiq on 12 December 2022, 17:08:01 UTC, committed by GitHub on 12 December 2022, 17:08:01 UTC
1 parent 5424ec4
Raw File
Makefile
all: fmt lint build clean

fmt:
	./scripts/format.sh

lint:
	./scripts/lint.sh

build:
	./scripts/build.sh

clean:
	rm -rf dashboards_out alerts.yaml rules.yaml
back to top