aboutsummaryrefslogtreecommitdiff
path: root/root/hooks/pre-push
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-02 08:15:13 +0530
committervkcku <[email protected]>2026-06-02 08:15:13 +0530
commit3cabe5719c8084bcfe87b90da779bcd72082b14d (patch)
tree5fecc3ab4baff2aca451808364a7c5d8177ddfec /root/hooks/pre-push
parentinfra: only include infra directory (diff)
root: poor man's CI
monorepo-revid: 81ecb1e1cb320d9c9d7e5b8d14af34304f52ef00
Diffstat (limited to 'root/hooks/pre-push')
-rwxr-xr-xroot/hooks/pre-push5
1 files changed, 5 insertions, 0 deletions
diff --git a/root/hooks/pre-push b/root/hooks/pre-push
new file mode 100755
index 0000000..2b9ae9e
--- /dev/null
+++ b/root/hooks/pre-push
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -euo pipefail
+
+nix run .#checks