version: sunnypilot v2025.003.000 (dev) date: 2026-02-09T02:04:38 master commit: 254f55ac15a40343d7255f2f098de3442e0c4a6f
8 lines
156 B
Bash
Executable File
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 ""
|