Wrote two git hooks

(#2)
This commit is contained in:
Jef Roosens 2021-04-02 14:03:20 +02:00
parent c32c9035d8
commit 6acbb4ad62
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 22 additions and 0 deletions

4
.hooks/pre-commit Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Just lint the code before committing
make lint