Skip to content

Commit 2167587

Browse files
authored
Correct clang format path
1 parent 96e57d2 commit 2167587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Fix Java formatting issues detected by clang-format
2626
uses: DoozyX/[email protected]
2727
with:
28-
source: '../src ./test'
28+
source: './src ./test'
2929
extensions: 'java'
3030
clangFormatVersion: 13
3131
inplace: True

0 commit comments

Comments
 (0)