Skip to content

Commit 9f729f1

Browse files
Merge pull request #731 from IntelPython/cpp-style-use-fixed-ubuntu-version
cpp_style_check workflow use ubuntu 20.04
1 parent 0de1218 commit 9f729f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cpp_style_checks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Run clang-format style check for C/C++ programs.
19-
uses: jidicula/clang-format-action@v3.1.0
19+
uses: jidicula/clang-format-action@v3.5.1
2020
with:
2121
clang-format-version: '11'
2222
check-path: 'libsyclinterface'
23+
- name: Run clang-format style check for api headers.
24+
uses: jidicula/clang-format-action@v3.5.1
25+
with:
26+
clang-format-version: '11'
27+
check-path: 'dpctl/apis'

0 commit comments

Comments
 (0)