Skip to content

Commit 45305f3

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
# - check: './' # path to include
4343
# exclude: '' # path to exclude
4444
- check: 'src'
45-
exclude: 'src/utils'
45+
exclude:
46+
- 'src/utils'
47+
- 'src/drivers'
4648
- check: 'examples'
4749
exclude: ''
4850

0 commit comments

Comments
 (0)