File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 5
5
6
6
on :
7
7
pull_request :
8
- merge_group :
9
8
10
9
jobs :
11
10
typos-check :
22
21
- uses : actions/checkout@v4
23
22
-
uses :
jidicula/[email protected]
24
23
with : { clang-format-version: "18" }
25
-
26
- test-windows :
27
- runs-on : windows-latest
28
- steps :
29
- - uses : actions/cache@v4
30
- with :
31
- path : |
32
- /Users/runneradmin/AppData/Local/bazelisk
33
- /Users/runneradmin/.cache/bazel-disk-cache
34
- key : ${{runner.os}}-bazel-cache
35
- - uses : actions/checkout@v4
36
- - run : bazelisk build --config=ci //...
37
- - if : ${{ hashfiles('test/MODULE.bazel') != '' }}
38
- run : bazelisk test --config=ci ...
39
- working-directory : test
40
-
41
- test-linux :
42
- runs-on : ubuntu-latest
43
- steps :
44
- - uses : actions/cache@v4
45
- with :
46
- path : |
47
- ~/.cache/bazelisk
48
- ~/.cache/bazel-disk-cache
49
- key : ${{runner.os}}-bazel-cache
50
- - uses : actions/checkout@v4
51
- - run : bazelisk build --config=ci //...
52
- - if : ${{ hashfiles('test/MODULE.bazel') != '' }}
53
- run : bazelisk test --config=ci ...
54
- working-directory : test
You can’t perform that action at this time.
0 commit comments