CI: Make git config get infallible in justfile too
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-21 09:18:24 -03:00
commit bb62f1ae17
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
echo "git config add"
git config --add safe.directory "$PWD"
echo "git config get"
git config --global safe.directory || true
git config --global safe.directory 2>&1 || true
echo "ls -la"
ls -la