mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +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
|
|
|