mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
feat: add and enable pre-push Git hooks
This commit is contained in:
parent
c419332bad
commit
2afdf43cd2
4 changed files with 54 additions and 1 deletions
5
templates/git-hooks/pre-push.twig
Executable file
5
templates/git-hooks/pre-push.twig
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
just test-commit
|
Loading…
Add table
Add a link
Reference in a new issue