chore: add git hooks

This commit is contained in:
Loic Coenen
2026-05-09 14:47:04 +00:00
parent 20c0820910
commit b4a65a5788

4
.githooks/pre-push Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
make test
make check
make format