From 3b433ac277cb236005e64708bc25f9e0eb631ad3 Mon Sep 17 00:00:00 2001 From: MarvinJWendt Date: Wed, 26 Jun 2024 13:09:32 +0200 Subject: [PATCH] chore: updated template files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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..."