mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-16 15:35:42 +02:00
7 lines
69 B
Makefile
7 lines
69 B
Makefile
|
|
.PHONY: run
|
|
run:
|
|
go run cmd/agent/main.go
|
|
|
|
lint:
|
|
golangci-lint run
|