Files
sunnypilot/scripts/post-commit
T
github-actions[bot] e01ac7f80f sunnypilot v2026.003.000 release
date: 2026-08-19T09:43:43
master commit: ba29a38507
2026-08-19 09:43:44 +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 ""