Files
2025-01-10 17:30:15 +01:00

5 lines
93 B
Makefile

lint:
docker run --rm -v $(shell pwd):/app -w /app \
$(LINT_IMAGE) \
golangci-lint run -v