Skip to content

Commit adf8de2

Browse files
Remove catch_assert from uncrustify
1 parent 9936eee commit adf8de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uncrustify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run Uncrustify
4040
run: |
4141
uncrustify --version
42-
find . -iname "*.[hc]" -exec uncrustify -c tools/uncrustify.cfg --no-backup --replace {} +
42+
find . -not -path '.*catch_assert.h' -iname "*.[hc]" -exec uncrustify -c tools/uncrustify.cfg --no-backup --replace {} +
4343
- name: Push changes to upstream repository
4444
run: |
4545
git config --global user.name 'GitHub Action'

0 commit comments

Comments
 (0)