Skip to content

Commit f240af7

Browse files
feat: show exact diff of needed reformatting
Co-authored-by: Ramy <[email protected]>
1 parent 08c604b commit f240af7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check_code_format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ jobs:
3333
git status --porcelain=v1
3434
exit 1
3535
fi
36+
37+
- name: Exact diff of needed reformatting
38+
if: failure()
39+
run: git diff
3640
...

0 commit comments

Comments
 (0)