Show uncrustify diff

This commit is contained in:
chrchr 2022-05-04 20:05:24 +02:00
parent e2069dd1b9
commit 29b78419c9
1 changed files with 3 additions and 1 deletions

View File

@ -34,4 +34,6 @@ jobs:
- name: Uncrustify check
run: |
~/uncrustify/uncrustify -c .uncrustify.cfg -l CPP --check */*.cpp */*.h
~/uncrustify/uncrustify -c .uncrustify.cfg -l CPP --no-backup --replace */*.cpp */*.h
git diff
git diff | diff - /dev/null &> /dev/null