Skip to content

Commit

Permalink
feat: show exact diff when reformatting needed
Browse files Browse the repository at this point in the history
Co-authored-by: Ramy <[email protected]>
  • Loading branch information
vil02 and Ramy-Badr-Ahmed committed Sep 25, 2024
1 parent 08c604b commit fbe11e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
git status --porcelain=v1
exit 1
fi
- name: Show exact diff of needed reformatting
if: failure()
run: fprettify --indent 4 --recursive --diff .
...

0 comments on commit fbe11e4

Please sign in to comment.