From 4314871517d356eb608aa206cbd23d3c831041ee Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Oct 2023 22:44:55 +0200 Subject: fix ci --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3cae985..4e7fa53 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,14 @@ .PHONY: lint lint: stylua -c . + luacheck . .PHONY: test test: - nvim --headless -u test/init.lua -c "PlenaryBustedDirectory test/ {minimal_init = 'test/init.lua', sequential = true}" + nvim \ + --headless \ + -u test/init.lua \ + -c "PlenaryBustedDirectory test/ {minimal_init = 'test/init.lua', sequential = true}" .PHONY: clean clean: -- cgit v1.2.3