File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- 7.1.0
1
+ 7.1.1
Original file line number Diff line number Diff line change 9
9
- " **"
10
10
11
11
jobs :
12
+ typos-check :
13
+ name : Typos Check
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - uses : actions/checkout@v4
17
+ -
uses :
crate-ci/[email protected]
18
+
12
19
formatting-check :
13
20
name : Formatting Check
14
21
runs-on : ubuntu-latest
15
22
steps :
16
23
- uses : actions/checkout@v4
17
- - uses : jidicula/clang-format-action@v4.9 .0
18
- with : { clang-format-version: "16 " }
24
+ - uses : jidicula/clang-format-action@v4.11 .0
25
+ with : { clang-format-version: "18 " }
19
26
20
27
test-windows :
21
28
runs-on : windows-latest
22
29
steps :
23
- - name : Ecsact SDK
24
- uses :
ecsact-dev/[email protected]
25
30
- uses : actions/cache@v3
26
31
with :
27
32
path : |
37
42
test-linux :
38
43
runs-on : ubuntu-latest
39
44
steps :
40
- - name : Ecsact SDK
41
- uses :
ecsact-dev/[email protected]
42
45
- uses : actions/cache@v3
43
46
with :
44
47
path : |
You can’t perform that action at this time.
0 commit comments