We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3def7 commit 8499002Copy full SHA for 8499002
.github/workflows/go.yml
@@ -41,6 +41,6 @@ jobs:
41
make gofmt
42
if [[ ! -z $(git status -s) ]]
43
then
44
- echo "not well formatted sources are found"
+ echo "not well formatted sources are found : $(git status -s)"
45
exit 1
46
fi
0 commit comments