Skip to content

chore(circle-ci): update bazel remote to v2.6.1 #498

chore(circle-ci): update bazel remote to v2.6.1

chore(circle-ci): update bazel remote to v2.6.1 #498

Workflow file for this run

name: ci
on:
pull_request:
branches: [master]
jobs:
common:
uses: ./.github/workflows/common-ci.yml
mypy:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Set up Python 3.13
uses: actions/setup-python@v6
with:
python-version: 3.13
- name: Install mypy
run: pip install mypy types-requests
- name: Run mypy
run: (find . -name "*.py"; grep -lR '^#!.*python') |
xargs -n1 -P8 mypy --strict