This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
build-configs
Watch
1
Star
0
Fork
You've already forked build-configs
0
mirror of
https://github.com/opdavies/build-configs.git
synced
2025-02-02 13:57:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
baaf3bf16b
build-configs
/
templates
/
common
/
.githooks
/
pre-push.twig
8 lines
76 B
Twig
Raw
Normal View
History
Unescape
Escape
feat: add and enable pre-push Git hooks
2023-04-24 21:54:34 +00:00
#!/usr/bin/env bash
fix: add missing managed text
2023-04-24 22:00:25 +00:00
#
{{
managedText
}}
refactor(git-hooks): use long `set` names Use the long name versions for `set` to be consistent with `run` files.
2023-11-23 07:04:58 +00:00
set -o errexit
feat: add and enable pre-push Git hooks
2023-04-24 21:54:34 +00:00
fix(git-hooks): use `run test:commit` Use the `run` script instead of `just` as its no longer being generated.
2023-11-23 06:38:35 +00:00
./run test:commit
Reference in a new issue
Copy permalink