Skip to content

Commit f62faf0

Browse files
committed
chore: updated template files
1 parent e11cb6e commit f62faf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ test:
1111

1212
lint:
1313
@echo "# Linting..."
14+
@echo "## Go mod tidy..."
15+
@go mod tidy
1416
@echo "## Fixing whitespaces..."
1517
@wsl --allow-cuddle-declarations --force-err-cuddling --fix ./...
1618
@echo "## Running golangci-lint..."

0 commit comments

Comments
 (0)