Files
nvim-treesitter/scripts/pre-push
2020-07-06 11:15:17 +02:00

8 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
# Can be used as a pre-push hook
# Just symlink this file to .git/hooks/pre-push
echo "Running style check..."
./scripts/style-check.sh