spacevim/bundle/nvim-treesitter-0.9.1/scripts/pre-push

11 lines
187 B
Plaintext
Raw Normal View History

2024-08-21 14:17:26 +08:00
#!/usr/bin/env bash
# Can be used as a pre-push hook
# Just symlink this file to .git/hooks/pre-push
echo "Running linter..."
luacheck .
echo "Checking formatting..."
stylua --check .