From b4a65a5788ce8db1a924c489da869114c72b129f Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Sat, 9 May 2026 14:47:04 +0000 Subject: [PATCH] chore: add git hooks --- .githooks/pre-push | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .githooks/pre-push diff --git a/.githooks/pre-push b/.githooks/pre-push new file mode 100755 index 0000000..ab512c5 --- /dev/null +++ b/.githooks/pre-push @@ -0,0 +1,4 @@ +#!/bin/bash +make test +make check +make format