diff --git a/Makefile b/Makefile index f2bec626..892c1a1f 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ lint: lint-imports @echo "--> Running linter" @golangci-lint run @markdownlint --config .markdownlint.yaml '**/*.md' + @cfmt -m=100 ./... .PHONY: lint ## test-all: Running both unit and swamp tests