This commit is contained in:
parent
5429b74990
commit
2c27feb31f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,6 +21,6 @@ jobs:
|
|||||||
if [[ -n "$(git status --porcelain)" ]]; then
|
if [[ -n "$(git status --porcelain)" ]]; then
|
||||||
echo "Uncommitted changes detected:"
|
echo "Uncommitted changes detected:"
|
||||||
git status
|
git status
|
||||||
git diff
|
git --no-pager diff
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user