Files
carrotpilot/scripts/post-commit
Vehicle Researcher ecf4d58ce5 c4-v1
2026-01-28 08:27:01 +09: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 ""