Skip to content

Refactor Python startup code to prepare for Python pools #1192

Refactor Python startup code to prepare for Python pools

Refactor Python startup code to prepare for Python pools #1192

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
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Lint
run: |
bazel info output_base # Ensure bazel is initialized before procedding
python3 ./tools/cross/format.py --check