Files
sunnypilot/scripts/post-commit
Vehicle Researcher 000fff3c96 openpilot v0.9.8 release
date: 2024-11-27T09:10:04
master commit: b737e8472f
2024-11-27 09:10:05 +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 ""