mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-10-07 17:28:41 -05:00
build: add versioned hook
This commit is contained in:
parent
ec1430bc04
commit
c1771c1d0f
1 changed files with 5 additions and 0 deletions
5
.githooks/pre-commit
Executable file
5
.githooks/pre-commit
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
make task.mk
|
||||
git add task.mk
|
Loading…
Reference in a new issue