Skip to content

feat(runfiles): Added type hints to @rules_python//python/runfiles #5

feat(runfiles): Added type hints to @rules_python//python/runfiles

feat(runfiles): Added type hints to @rules_python//python/runfiles #5

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