Skip to content

Commit 4e211c7

Browse files
committed
ci(dir): add log
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent ef9621b commit 4e211c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ jobs:
153153
task gen
154154
if [[ -n "$(git status --porcelain)" ]]; then
155155
echo "There are uncommitted changes after running 'task gen'. Please commit these changes."
156+
git status --porcelain
157+
git diff
156158
exit 1
157159
fi
158160

0 commit comments

Comments
 (0)