From f664669439c0f005e3579d1c67b4ebd9fa24de36 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 9 Feb 2022 18:13:40 -0500 Subject: Move git hooks to own folder Instead of symlinking, just set the local git config. --- Biz/Ide/hooks/pre-push | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 Biz/Ide/hooks/pre-push (limited to 'Biz/Ide/hooks/pre-push') diff --git a/Biz/Ide/hooks/pre-push b/Biz/Ide/hooks/pre-push new file mode 100755 index 0000000..3d00aea --- /dev/null +++ b/Biz/Ide/hooks/pre-push @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +lint **/* && bild --test **/* -- cgit v1.2.3