Merge pull request #1368 from jordancarlin/pre-commit-fix

Fix pre-commit setup
This commit is contained in:
David Harris 2025-04-17 13:08:19 -07:00 committed by GitHub
commit 85e282065e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,8 +52,10 @@ else
fi
if [ ! -e "${WALLY}/.git/hooks/pre-commit" ]; then
pushd "${WALLY}" || exit 1
echo "Installing pre-commit hooks"
pre-commit install
popd || exit
fi
echo "setup done"