File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 4
4
name : main
5
5
6
6
on :
7
- push :
8
- branches :
9
- - " **"
7
+ pull_request :
8
+ merge_group :
10
9
11
10
jobs :
11
+ typos-check :
12
+ name : Typos Check
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v4
16
+ -
uses :
crate-ci/[email protected]
17
+
12
18
formatting-check :
13
19
name : Formatting Check
14
20
runs-on : ubuntu-latest
20
26
test-windows :
21
27
runs-on : windows-latest
22
28
steps :
23
- - uses : actions/cache@v3
29
+ - uses : actions/cache@v4
24
30
with :
25
31
path : |
26
32
/Users/runneradmin/AppData/Local/bazelisk
35
41
test-linux :
36
42
runs-on : ubuntu-latest
37
43
steps :
38
- - uses : actions/cache@v3
44
+ - uses : actions/cache@v4
39
45
with :
40
46
path : |
41
47
~/.cache/bazelisk
Original file line number Diff line number Diff line change
1
+ [files ]
2
+ extend-exclude = [" CHANGELOG.md" ]
You can’t perform that action at this time.
0 commit comments