fix(hooks): use portable shebang for NixOS compatibility
Some checks failed
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 16s
CI / Test (push) Failing after 21s
CI / Lint (push) Failing after 22s
CI / Integration Tests (push) Failing after 21s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled

This commit is contained in:
diesel
2026-01-25 11:20:02 -08:00
committed by John Ogle
parent 4ac03662d6
commit 633612c29a

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Block PRs by preventing pushes to arbitrary feature branches.
# Gas Town agents push to main (crew) or polecat/* branches (polecats).
# PRs are for external contributors only.