Files
openpilot-dp-tw/scripts/post-commit
2026-04-06 01:47:21 +08:00

8 lines
156 B
Bash

#!/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 ""