mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
no git in CI
old-commit-hash: d6f6e024b3fca004dd93b07892a31470ce2c8cf3
This commit is contained in:
@@ -47,5 +47,7 @@ pyenv rehash
|
||||
echo "pre-commit hooks install..."
|
||||
for f in .pre-commit-config.yaml */.pre-commit-config.yaml; do
|
||||
cd $DIR/$(dirname $f)
|
||||
$RUN pre-commit install
|
||||
if [ -e ".git" ]; then
|
||||
$RUN pre-commit install
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user