Files
onepilot/scripts/post-commit
github-actions[bot] d34ece908c sunnypilot v2026.001.000 release
date: 2026-05-06T20:21:21
master commit: b9aa1962ca739c4f119ffb5160faae1d281ce858
2026-05-06 20:21:22 +08: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 ""