We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158c561 commit 1e9fde3Copy full SHA for 1e9fde3
.github/workflows/test.yml
@@ -63,6 +63,8 @@ jobs:
63
GEN_DIFF=$(git status -s)
64
65
if [ -n "$GEN_DIFF" ]; then
66
+ echo '"make build lint" resulted in the following untracked changes:' 1>&2
67
+ git diff
68
echo '"make build lint" resulted in changes not in git' 1>&2
69
git status
70
exit 1
0 commit comments