Skip to content

mypy

mypy #11

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: jpetrucciani/mypy-check@f5346c698c77f7365182de7e20ea71f85b1fe8cf # v1.15.0
with:
requirements: 1.6.0
python_version: 3.8
path: 'python/runfiles'
- uses: jpetrucciani/mypy-check@f5346c698c77f7365182de7e20ea71f85b1fe8cf # v1.15.0
with:
requirements: 1.6.0
python_version: 3.8
path: 'tests/runfiles'