We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de1218 commit 9f729f1Copy full SHA for 9f729f1
.github/workflows/cpp_style_checks.yml
@@ -16,7 +16,12 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Run clang-format style check for C/C++ programs.
19
- uses: jidicula/clang-format-action@v3.1.0
+ uses: jidicula/clang-format-action@v3.5.1
20
with:
21
clang-format-version: '11'
22
check-path: 'libsyclinterface'
23
+ - name: Run clang-format style check for api headers.
24
25
+ with:
26
+ clang-format-version: '11'
27
+ check-path: 'dpctl/apis'
0 commit comments