Skip to content

Commit 841d191

Browse files
committed
chore: update Makefile
1 parent 58fe2ef commit 841d191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
all: fmt lint test
2+
13
fmt:
24
stylua lua --config-path=./.stylua.toml
35

@@ -6,5 +8,3 @@ lint:
68

79
test:
810
nvim -l scripts/minit.lua
9-
10-
all: fmt lint test

0 commit comments

Comments
 (0)