diff --git a/Makefile b/Makefile index e225281..12b8896 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ test: lint: @echo "# Linting..." + @echo "## Go mod tidy..." + @go mod tidy @echo "## Fixing whitespaces..." @wsl --allow-cuddle-declarations --force-err-cuddling --fix ./... @echo "## Running golangci-lint..."