diff --git a/Makefile b/Makefile index 8e09277..c1c7156 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: go mod tidy + $(MAKE) format $(MAKE) test-color $(MAKE) lint - $(MAKE) format $(MAKE) build $(MAKE) clean @@ -25,6 +25,7 @@ coverage-html: coverage go tool cover -html=coverage.out lint: + go fix ./... golangci-lint run ./... format: