Show uncrustify diff
This commit is contained in:
parent
e2069dd1b9
commit
29b78419c9
|
@ -34,4 +34,6 @@ jobs:
|
||||||
|
|
||||||
- name: Uncrustify check
|
- name: Uncrustify check
|
||||||
run: |
|
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