Files
sunnypilot/scripts/post-commit
T
Jason Wen 80fde1f3f3 sunnypilot v2026.002.001
version: sunnypilot v2026.002.001 (staging)
date: 2026-06-29
master commit: 10f33ae9ea
2026-06-28 23:15:34 -04:00

8 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
set -e
if [[ -f .git/hooks/post-commit.d/post-commit ]]; then
.git/hooks/post-commit.d/post-commit
fi
tools/op.sh lint --fast
echo ""