Skip to content

Commit 1e9fde3

Browse files
authored
Show diff when linter creates untracked changes (viamrobotics#3464)
1 parent 158c561 commit 1e9fde3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
GEN_DIFF=$(git status -s)
6464
6565
if [ -n "$GEN_DIFF" ]; then
66+
echo '"make build lint" resulted in the following untracked changes:' 1>&2
67+
git diff
6668
echo '"make build lint" resulted in changes not in git' 1>&2
6769
git status
6870
exit 1

0 commit comments

Comments
 (0)