From e0d9fed0c0528603a792bcd4f9276022498f7183 Mon Sep 17 00:00:00 2001 From: Derek Miller <1340081+derek-miller@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:31:02 -0500 Subject: [PATCH] make help: list typecheck in the check description --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65ec4bd..46c4adc 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ help: @echo " make build - Build single-file distribution" @echo "" @echo "Code Quality:" - @echo " make check - Run format-check and lint" + @echo " make check - Run format-check, lint, and typecheck" @echo " make format - Format code with stylua" @echo " make format-check - Check code formatting" @echo " make lint - Lint code with luacheck"