Files
openpilot/scripts/post-commit
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +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 ""