Files
decort-golang-sdk/Makefile
2022-12-22 17:56:47 +03:00

5 lines
79 B
Makefile

.PHONY: lint
lint:
golangci-lint run --timeout 600s
.DEFAULT_GOAL := lint