Skip to content

Commit 3aefa9d

Browse files
pbhandar2meta-codesync[bot]
authored andcommitted
update OSS clang
Summary: update clang format version otherwise its block diffs now Reviewed By: byahn0996 Differential Revision: D97554679 fbshipit-source-id: 3b17c66aa0825a9c1b2026474c2500362a304b35
1 parent 34ff018 commit 3aefa9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- 'cachelib'
1414
- 'examples'
1515
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 }}
16+
- uses: actions/checkout@v4
17+
- name: Run clang-format
18+
uses: jidicula/clang-format-action@v4.13.0
19+
with:
20+
clang-format-version: '18'
21+
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)