1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

5 lines
69 B
Bash
Raw Normal View History

2022-05-19 09:03:59 +08:00
#!/usr/bin/env bash
stylua . --check || exit 1
luacheck . || exit 1