Skip to content

Commit 88e77a0

Browse files
committed
Upgrade clang format action
1 parent e0d9ffa commit 88e77a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
strategy:
88
matrix:
99
path:
10-
- check: 'src'
11-
exclude: 'third_party'
12-
- check: 'include'
13-
exclude: 'third_party'
10+
- check: 'src'
11+
exclude: 'third_party'
12+
- check: 'include'
13+
exclude: 'third_party'
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Run clang-format style check for C/C++ programs.
17-
uses: jidicula/clang-format-action@v4.4.1
17+
uses: jidicula/clang-format-action@v4.11.0
1818
with:
1919
clang-format-version: '13'
2020
check-path: ${{ matrix.path['check'] }}

0 commit comments

Comments
 (0)