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