Show uncrustify diff in CI (#4081)
* Show uncrustify diff
* Bad format
* Revert "Bad format"
This reverts commit d82a13a398
.
This commit is contained in:
parent
907dcddd3b
commit
3b30cd7ea8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue