5 lines
79 B
Makefile
5 lines
79 B
Makefile
.PHONY: lint
|
|
lint:
|
|
golangci-lint run --timeout 600s
|
|
|
|
.DEFAULT_GOAL := lint
|