aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6f3c6db6..5b3f0b17 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
test:
sh ./scripts/run_test.sh
lint:
+ @echo "\nRunning luacheck\n"
luacheck lua/* test/*
-
-style-lint:
+ @echo "\nRunning stylua\n"
stylua --check .
-.PHONY: test lint style-lint
+.PHONY: test lint