Skip to content

fix: upgrade to bazel_features 1.21.0 for Bazel 8 rc3 support (#2440) #2540

fix: upgrade to bazel_features 1.21.0 for Bazel 8 rc3 support (#2440)

fix: upgrade to bazel_features 1.21.0 for Bazel 8 rc3 support (#2440) #2540

Workflow file for this run

name: mypy
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
defaults:
run:
shell: bash
jobs:
ci:
runs-on: ubuntu-20.04
steps:
# Checkout the code
- uses: actions/checkout@v4
- uses: jpetrucciani/mypy-check@master
with:
requirements: 1.6.0
python_version: 3.8
path: 'python/runfiles'
- uses: jpetrucciani/mypy-check@master
with:
requirements: 1.6.0
python_version: 3.8
path: 'tests/runfiles'