We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Makefile
1 parent 58fe2ef commit 841d191Copy full SHA for 841d191
Makefile
@@ -1,3 +1,5 @@
1
+all: fmt lint test
2
+
3
fmt:
4
stylua lua --config-path=./.stylua.toml
5
@@ -6,5 +8,3 @@ lint:
6
8
7
9
test:
10
nvim -l scripts/minit.lua
-
-all: fmt lint test
0 commit comments