mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-14 17:42:08 +08:00
000fff3c96
date: 2024-11-27T09:10:04
master commit: b737e8472f
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 ""
|