Skip to content

revert(pypi): bring back Python PEP508 code with tests (#2831) #3587

revert(pypi): bring back Python PEP508 code with tests (#2831)

revert(pypi): bring back Python PEP508 code with tests (#2831) #3587

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@v4
- uses: jpetrucciani/mypy-check@master
with:
requirements: 1.6.0
python_version: 3.9
path: 'python/runfiles'
- uses: jpetrucciani/mypy-check@master
with:
requirements: 1.6.0
python_version: 3.9
path: 'tests/runfiles'