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