Skip to content

Commit

Permalink
Update clang-format.yml to scan include/
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashmahar authored Nov 16, 2023
1 parent bb00807 commit d0402b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
strategy:
matrix:
path:
- 'src'
- 'include'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}
fallback-style: 'Mozilla' # optional
fallback-style: 'Mozilla' # optional

0 comments on commit d0402b3

Please sign in to comment.