Skip to content

Commit

Permalink
Upgrade clang format action
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Oct 24, 2023
1 parent e0d9ffa commit 88e77a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
strategy:
matrix:
path:
- check: 'src'
exclude: 'third_party'
- check: 'include'
exclude: 'third_party'
- check: 'src'
exclude: 'third_party'
- check: 'include'
exclude: 'third_party'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.4.1
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path['check'] }}
Expand Down

0 comments on commit 88e77a0

Please sign in to comment.