mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 08:40:06 +08:00
11 lines
123 B
Makefile
11 lines
123 B
Makefile
|
test:
|
||
|
sh ./scripts/run_test.sh
|
||
|
lint:
|
||
|
luacheck lua/* test/*
|
||
|
|
||
|
style-lint:
|
||
|
stylua --check .
|
||
|
|
||
|
.PHONY: test lint style-lint
|
||
|
|