Skip to content

build(deps): bump cryptography from 46.0.6 to 46.0.7 in /tools/publish in the pip group across 1 directory #6486

build(deps): bump cryptography from 46.0.6 to 46.0.7 in /tools/publish in the pip group across 1 directory

build(deps): bump cryptography from 46.0.6 to 46.0.7 in /tools/publish in the pip group across 1 directory #6486

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'