11 lines
105 B
Makefile
11 lines
105 B
Makefile
lint:
|
|
luacheck scripts
|
|
|
|
fmt:
|
|
stylua scripts
|
|
|
|
fmt-check:
|
|
stylua --check scripts
|
|
|
|
check: fmt-check lint
|