Skip to content

Commit

Permalink
fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Apr 20, 2022
1 parent 4dbb1fc commit 5d28c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fmt: setup ## Format source code
gofumpt -w $(FILES)

.PHONY: lint
lint: ## Run all lint related tests upon the codebase
lint: setup ## Run all lint related tests upon the codebase
golangci-lint run -v --fast

.PHONY: test
Expand Down

0 comments on commit 5d28c18

Please sign in to comment.