Skip to content

Commit 8499002

Browse files
committed
output gofmt error
1 parent 6e3def7 commit 8499002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
make gofmt
4242
if [[ ! -z $(git status -s) ]]
4343
then
44-
echo "not well formatted sources are found"
44+
echo "not well formatted sources are found : $(git status -s)"
4545
exit 1
4646
fi

0 commit comments

Comments
 (0)