From 36f1b8d68ffe21fafb0ed323eb79559260a3065a Mon Sep 17 00:00:00 2001 From: Trap Date: Sun, 31 May 2026 01:45:46 +0200 Subject: [PATCH] test: lint all lua files recursively --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index d8e3542..939f6a4 100644 --- a/Justfile +++ b/Justfile @@ -7,4 +7,4 @@ default: # Lint all Lua source with luacheck. check: - luacheck apis programs servers startup install.lua + luacheck .