Helper makefile

This commit is contained in:
jkoci 2022-08-30 20:22:34 +02:00
parent 62b2b04ab4
commit b111a0f088
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
all: format lint
.PHONY: format
format:
stylua .
.PHONY: lint
lint:
luacheck .