From 689a24ddfbc727d7484a8de05f766ea23b46fef8 Mon Sep 17 00:00:00 2001 From: MarvinJWendt Date: Wed, 26 Jun 2024 13:09:25 +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..."