Searched +full:other +full:- +full:bazel +full:- +full:checks (Results 1 – 2 of 2) sorted by relevance
1 name: Bazel presubmit checks8 bazel-build-check:12 os: [ubuntu-latest, macos-latest]13 fail-fast: false14 runs-on: ${{ matrix.os }}16 - name: Checkout19 fetch-depth: 020 - name: Get Bazel21 uses: bazel-contrib/setup-bazel@0.9.023 # Avoid downloading Bazel every time.[all …]
5 # SPDX-License-Identifier: BSD-3-Clause7 # 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!")