Skip to content

Commit

Permalink
fix check path
Browse files Browse the repository at this point in the history
  • Loading branch information
freasy committed Oct 1, 2023
1 parent cae48ff commit 5dab0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: ${{ matrix.path }}
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}
fallback-style: 'WebKit' # optional

0 comments on commit 5dab0b6

Please sign in to comment.