From 41c471c81e2130490107d41fc31c944aa6aa4402 Mon Sep 17 00:00:00 2001 From: Derek Miller <1340081+derek-miller@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:33:32 -0500 Subject: [PATCH] docs: README check description now lists typecheck --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b0f5d6..1f54afa 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,11 @@ LUA_BINARY=lua5.4 ./run_benchmarks.sh ### Code Quality ```bash -make check # Run format check and lint +make check # Run format check, lint, and typecheck make format # Format code with stylua make format-check # Check formatting without modifying make lint # Run luacheck +make typecheck # Check annotations with lua-language-server ``` ### Building