summaryrefslogtreecommitdiff
path: root/Biz/Ide/pre-push
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-09 18:13:40 -0500
committerBen Sima <ben@bsima.me>2022-02-09 18:16:26 -0500
commitf664669439c0f005e3579d1c67b4ebd9fa24de36 (patch)
treeb2eadfc5ad5aab3452285da6c23e4f601fcdd334 /Biz/Ide/pre-push
parentf21e2920872fdf3c92dc815d51d6da032d157fea (diff)
Move git hooks to own folder
Instead of symlinking, just set the local git config.
Diffstat (limited to 'Biz/Ide/pre-push')
-rwxr-xr-xBiz/Ide/pre-push2
1 files changed, 0 insertions, 2 deletions
diff --git a/Biz/Ide/pre-push b/Biz/Ide/pre-push
deleted file mode 100755
index 3d00aea..0000000
--- a/Biz/Ide/pre-push
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env bash
-lint **/* && bild --test **/*