aboutsummaryrefslogtreecommitdiff
path: root/.git_template/hooks/pre-commit
blob: 7535f76315c1e3438c33a04dabe1ffb2d9ea92bd (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

# If any command fails, exit immediately with that command's exit status
set -eo pipefail

nocheckin