Skip to content

[nfc] use _bazel.yml from the release.yml #1956

[nfc] use _bazel.yml from the release.yml

[nfc] use _bazel.yml from the release.yml #1956

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
concurrency:
# Cancel existing builds for the same PR.
# Otherwise, all other builds will be allowed to run through.
group: lint.yml-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Lint
run: |
bazel info output_base # Ensure bazel is initialized before procedding
python3 ./tools/cross/format.py --check