Skip to content

refactor(pypi): extract a function for deleting files recursively (#3… #6673

refactor(pypi): extract a function for deleting files recursively (#3…

refactor(pypi): extract a function for deleting files recursively (#3… #6673

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'