From d831c569554b1254ae50f47b213ef95d5a0ca38c Mon Sep 17 00:00:00 2001 From: Marcin Romaszewicz Date: Sun, 19 Jul 2026 07:47:09 -0700 Subject: [PATCH] Add a tidy-ci rule to make CI happy --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2b4b46b..1e7c31c 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,6 @@ test: tidy: @echo "tidy..." go mod tidy + +# the CI scripts require a rule by this name +tidy-ci: tidy