mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-31 21:23:49 +08:00
eefc084302
version: sunnypilot v2025.003.000 (dev) date: 2025-12-18T05:48:43 master commit: 16c052af0835f049a67b80251d8cc1114fc08bb4
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 ""
|