1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/scripts/pre-push

11 lines
234 B
Bash
Executable File

#!/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/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 .