Skip to content

Commit ff6d745

Browse files
committed
add format check exclude
1 parent 67f50d1 commit ff6d745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
include:
4242
- check-path: './' # path to include
43-
exclude-path: 'app/assets/images/' # path to exclude
43+
exclude-path: 'app/assets/images/|platforms/tab5/components/' # path to exclude
4444
#- check: 'src'
4545
# exclude: '(Fonts)' # Exclude file paths containing "Fonts"
4646
#- check: 'examples'

0 commit comments

Comments
 (0)