Skip to content

deps(gazelle): Bump WORKSPACE gazelle version 0.36.0 --> 0.47.0 (to match MODULE.bazel) #6577

deps(gazelle): Bump WORKSPACE gazelle version 0.36.0 --> 0.47.0 (to match MODULE.bazel)

deps(gazelle): Bump WORKSPACE gazelle version 0.36.0 --> 0.47.0 (to match MODULE.bazel) #6577

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-latest
steps:
# Checkout the code
- uses: actions/checkout@v6
- uses: jpetrucciani/mypy-check@master
with:
path: 'python/runfiles'
- uses: jpetrucciani/mypy-check@master
with:
path: 'tests/runfiles'