made it not exit with an error if no changes need to be made
All checks were successful
Format code / Format the kernel (push) Successful in 49s

This commit is contained in:
Arthur Beck 2025-02-23 08:36:12 -06:00
parent d5a47b8814
commit 0b2d7e029f
Signed by: ArthurB
GPG key ID: ACE3D14F5CEF14BF

View file

@ -16,6 +16,6 @@ jobs:
run: |
git config --global user.name 'Formatter'
git config --global user.email 'formatter@noreply.git.verygay.fyi'
git commit -am "Automated format"
git commit -am "Automated format" || true
git push