Home
last modified time | relevance | path

Searched +full:other +full:- +full:bazel +full:- +full:checks (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/.github/workflows/
Dbazel_build.yml1 name: Bazel presubmit checks
8 bazel-build-check:
12 os: [ubuntu-latest, macos-latest]
13 fail-fast: false
14 runs-on: ${{ matrix.os }}
16 - name: Checkout
19 fetch-depth: 0
20 - name: Get Bazel
21 uses: bazel-contrib/setup-bazel@0.9.0
23 # Avoid downloading Bazel every time.
[all …]
/hal_rpi_pico-latest/tools/
Drun_all_bazel_checks.py5 # SPDX-License-Identifier: BSD-3-Clause
7 # Runs all Bazel checks.
30 "--program",
35 "other",
43 "description": "Bazel build",
54 "description": "Ensure source files are present in Bazel build",
62 if args.program == "other" or run_all_steps:
78 print_framed_string("All checks successfully passed!")