mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:30:05 +08:00
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/usr/bin/env bash
|
|
|
|
stylua . --check || exit 1
|
|
luacheck . || exit 1
|