diff --git a/Makefile b/Makefile index 9a344c0..e51ef61 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ list: ## list Makefile targets .PHONY: check-fmt check-fmt: ## Ensure code is formatted + gofmt -l . # For the sake of debugging test -z "$$(gofmt -l .)" .PHONY: fmt