File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 19
19
- uses: actions/checkout@master
20
20
- uses: jdx/mise-action@v2
21
21
- run: mise run lint-ci
22
- bazel :
22
+ bazel_macos :
23
23
runs-on: macos-15
24
- name: Bazel
24
+ name: Bazel (macOS)
25
25
steps:
26
26
- uses: actions/checkout@master
27
27
- uses: jdx/mise-action@v2
34
34
run: mise r gen-bazel-rules && git diff --quiet --exit-code
35
35
- name: Scan
36
36
run: bazel run //:periphery -- scan --bazel --quiet --strict --baseline baselines/bazel.json
37
- macOS:
37
+ bazel_linux:
38
+ runs-on: ubuntu-latest
39
+ container: swift:latest
40
+ name: Bazel (Linux)
41
+ steps:
42
+ - uses: actions/checkout@master
43
+ - uses: bazel-contrib/
[email protected]
44
+ with:
45
+ bazelisk-cache: true
46
+ disk-cache: ${{ github.workflow }}
47
+ repository-cache: true
48
+ - name: Scan
49
+ run: CC=clang bazel run --spawn_strategy=standalone //:periphery -- scan --bazel --quiet --strict --baseline baselines/bazel.json
50
+ macos:
38
51
name: macOS
39
52
strategy:
40
53
fail-fast: false
You can’t perform that action at this time.
0 commit comments