We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ff018 commit caa6cf6Copy full SHA for caa6cf6
1 file changed
.github/workflows/clang-format-check.yml
@@ -13,9 +13,9 @@ jobs:
13
- 'cachelib'
14
- 'examples'
15
steps:
16
- - uses: actions/checkout@v3
17
- - name: Run clang-format style check for C/C++ programs.
18
- uses: jidicula/clang-format-action@v4.6.2
19
- with:
20
- clang-format-version: '13'
21
- check-path: ${{ matrix.path }}
+ - uses: actions/checkout@v4
+ - name: Run clang-format
+ uses: jidicula/clang-format-action@v4.13.0
+ with:
+ clang-format-version: '18'
+ check-path: ${{ matrix.path }}
0 commit comments