Skip to content

Commit 434daf4

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

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
@@ -42,7 +42,7 @@ jobs:
4242
# - check: './' # path to include
4343
# exclude: '' # path to exclude
4444
- check: 'src'
45-
exclude: 'src\utils'
45+
exclude: 'src/utils'
4646
- check: 'examples'
4747
exclude: ''
4848

0 commit comments

Comments
 (0)