6 lines
92 B
Makefile
6 lines
92 B
Makefile
.PHONY: lint
|
|
|
|
lint:
|
|
golangci-lint run --out-format=github-actions --config .golangci.yml
|
|
|