We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aa9bb commit f8130a2Copy full SHA for f8130a2
1 file changed
eng/pipelines/templates/jobs/ci.tests.yml
@@ -143,6 +143,11 @@ jobs:
143
echo ""
144
echo "List of files not formatted correctly:"
145
git status | grep modified | awk '{print $2}'
146
+ echo ""
147
148
+ echo "--- Differences (patch file): ---"
149
+ git diff
150
+ echo "--- (You can apply the diff above locally using the 'git apply --ignore-space-change <patch_file>' command) ---"
151
exit 1
152
fi
153
0 commit comments