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"