aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a155648..6f3c6db6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,5 +2,9 @@ test:
sh ./scripts/run_test.sh
lint:
luacheck lua/* test/*
-.PHONY: test lint
+
+style-lint:
+ stylua --check .
+
+.PHONY: test lint style-lint