Skip to content

Commit

Permalink
Correct clang format path
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Nov 27, 2023
1 parent 96e57d2 commit 2167587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Fix Java formatting issues detected by clang-format
uses: DoozyX/[email protected]
with:
source: '../src ./test'
source: './src ./test'
extensions: 'java'
clangFormatVersion: 13
inplace: True
Expand Down

0 comments on commit 2167587

Please sign in to comment.