File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,20 @@ jobs:
20
20
- name : Run clang-format style check for C/C++ programs.
21
21
uses : jidicula/clang-format-action@v4.13.0
22
22
with :
23
- clang-format-version : ' 11 '
23
+ clang-format-version : ' 18 '
24
24
check-path : ' libsyclinterface'
25
25
- name : Run clang-format style check for api headers.
26
26
uses : jidicula/clang-format-action@v4.13.0
27
27
with :
28
- clang-format-version : ' 11 '
28
+ clang-format-version : ' 18 '
29
29
check-path : ' dpctl/apis'
30
+ - name : Run clang-format style check for libtensor/source.
31
+ uses : jidicula/clang-format-action@v4.13.0
32
+ with :
33
+ clang-format-version : ' 18'
34
+ check-path : ' dpctl/tensor/libtensor/source'
35
+ - name : Run clang-format style check for libtensor/include.
36
+ uses : jidicula/clang-format-action@v4.13.0
37
+ with :
38
+ clang-format-version : ' 18'
39
+ check-path : ' dpctl/tensor/libtensor/include'
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ permissions: read-all
9
9
10
10
jobs :
11
11
pre-commit :
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
steps :
14
14
- uses : actions/checkout@v4.1.7
15
15
- uses : actions/setup-python@v5
16
16
with :
17
- python-version : ' 3.10 '
17
+ python-version : ' 3.12 '
18
18
- name : Version of clang-format
19
19
run : |
20
20
clang-format --version
You can’t perform that action at this time.
0 commit comments