From 3f03f1dea7e037e9d68b1dcc287e0d54f5f75469 Mon Sep 17 00:00:00 2001 From: Derek Miller <1340081+derek-miller@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:33:28 -0500 Subject: [PATCH] docs: README check description now lists typecheck --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0283dc0..07bf391 100644 --- a/README.md +++ b/README.md @@ -225,9 +225,11 @@ LUA_BINARY=luajit ./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