We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c604b commit f240af7Copy full SHA for f240af7
.github/workflows/check_code_format.yml
@@ -33,4 +33,8 @@ jobs:
33
git status --porcelain=v1
34
exit 1
35
fi
36
+
37
+ - name: Exact diff of needed reformatting
38
+ if: failure()
39
+ run: git diff
40
...
0 commit comments