Skip to content

Commit c5d9c68

Browse files
committed
update format check path
1 parent 45305f3 commit c5d9c68

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
# - check: './' # path to include
4343
# exclude: '' # path to exclude
4444
- check: 'src'
45-
exclude:
46-
- 'src/utils'
47-
- 'src/drivers'
45+
exclude: 'src/(utils|drivers)'
4846
- check: 'examples'
4947
exclude: ''
5048

0 commit comments

Comments
 (0)