Skip to content

Commit 8edd694

Browse files
authored
Update ci.yml (#675)
1 parent 9c9e67e commit 8edd694

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
cp main_repo/format.sh .
3838
rm -rf main_repo
3939
if ! output=$(./format.sh 2>&1); then
40+
echo "message:"
41+
echo "$output"
42+
echo "------------------------------------"
4043
printf '%s\n' "$output" | grep "Please review and stage the changes."
4144
fi
4245

0 commit comments

Comments
 (0)