build: add versioned hook

This commit is contained in:
Daylin Morgan 2022-09-07 15:53:13 -05:00
parent ec1430bc04
commit c1771c1d0f
1 changed files with 5 additions and 0 deletions

5
.githooks/pre-commit Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail
make task.mk
git add task.mk