summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-03-17 15:34:15 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-17 15:34:15 +0100
commitda7035666495a278bfc7885e4d9f11557f210357 (patch)
treedee15f2eaa55b7e392bff39aaff2e2f966751377 /Makefile
parent53f6e19f84ba06bbf143339deba84bc51cd6706e (diff)
checkpoint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6187cee..946cac8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,5 @@
LUA_FILES := $(shell find . -type f -name "*.lua")
check:
- luacheck --no-color --globals=vim -- $(LUA_FILES)
stylua $(LUA_FILES)
+ luacheck --no-color --globals=vim -- $(LUA_FILES)