Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored May 12, 2024
1 parent 5c7f227 commit 04cb89e
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 @@ -37,7 +37,7 @@ endef
all: fmt proto lint test

.PHONY: fmt
fmt: $(GOIMPORTS)
fmt: $(GOLANGCI_LINT)
@echo ">> formatting go code"
@$(GOLANGCI_LINT) run --fix ./...

Expand Down

0 comments on commit 04cb89e

Please sign in to comment.