fix hanging on git diff
Some checks failed
Build / build (push) Failing after 1m9s

This commit is contained in:
Sainan 2025-04-13 05:24:25 +02:00
parent 5429b74990
commit 2c27feb31f

View File

@ -21,6 +21,6 @@ jobs:
if [[ -n "$(git status --porcelain)" ]]; then
echo "Uncommitted changes detected:"
git status
git diff
git --no-pager diff
exit 1
fi