We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9df040a + a72ebf4 commit 183bfd7Copy full SHA for 183bfd7
.github/workflows/cpp_style_checks.yml
@@ -18,12 +18,12 @@ jobs:
18
steps:
19
- uses: actions/[email protected]
20
- name: Run clang-format style check for C/C++ programs.
21
- uses: jidicula/clang-format-action@v4.11.0
+ uses: jidicula/clang-format-action@v4.12.0
22
with:
23
clang-format-version: '11'
24
check-path: 'libsyclinterface'
25
- name: Run clang-format style check for api headers.
26
27
28
29
check-path: 'dpctl/apis'
0 commit comments