fix(git-hooks): re-add
This commit is contained in:
parent
ef928cbb3a
commit
ad86e066cb
3 changed files with 2 additions and 8 deletions
7
templates/common/.githooks/pre-push.twig
Executable file
7
templates/common/.githooks/pre-push.twig
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# {{ managedText }}
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
just test-commit
|
Loading…
Add table
Add a link
Reference in a new issue