Files
github-actions[bot] 72da24adf8 sunnypilot v2026.003.000
version: sunnypilot v2026.003.000 (staging)
date: 2026-09-17T08:07:27
master commit: a5f44653d7
2026-09-17 08:07:27 +00: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 ""