1
0

Makefile 92 B

12345
  1. .PHONY: lint
  2. lint:
  3. golangci-lint run --out-format=github-actions --config .golangci.yml