Skip to content

Commit fd0acae

Browse files
committed
[ci] fix clang format action
1 parent 094f069 commit fd0acae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/RunClangFormat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: DoozyX/clang-format-lint-action@v0.16.2
1818
with:
1919
source: '.'
20-
exclude: '.vclib/*/3rdparty .vclib/*/scripts'
20+
exclude: './vclib/*/3rdparty ./vclib/*/scripts'
2121
extensions: 'h,cpp'
2222
clangFormatVersion: 16
2323
inplace: True

0 commit comments

Comments
 (0)