Files
compute-blade-agent/Makefile
Matthias Riegler 0899ce4bbe chore: add golangci-lint
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-07-19 20:27:27 +02:00

7 lines
69 B
Makefile

.PHONY: run
run:
go run cmd/agent/main.go
lint:
golangci-lint run