Skip to content

Commit 09dad0b

Browse files
Fix formatting of exclude paths in workflow
1 parent ef21346 commit 09dad0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: DoozyX/clang-format-lint-action@v0.20
1616
with:
1717
source: '.'
18-
exclude: '*/third_party','*/java'
18+
exclude: '*/third_party,*/java'
1919
extensions: 'h,cpp,js,ts,html'
2020
clangFormatVersion: 20
2121
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)