mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 02:33:52 +08:00
no git in CI
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