diff --git a/Makefile b/Makefile index fd397bd..248d2e7 100644 --- a/Makefile +++ b/Makefile @@ -83,3 +83,6 @@ coverage: ## Runs unit tests test: check go test -failfast --short ./... -race +## Lint check Golang +lint: + golangci-lint run ./... \ No newline at end of file