1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 09:35:40 +08:00
2022-05-19 09:03:59 +08:00

5 lines
69 B
Bash

#!/usr/bin/env bash
stylua . --check || exit 1
luacheck . || exit 1