8000 build(deps): bump jaraco-functools from 4.1.0 to 4.3.0 in /tools/publish (#3288) · aignas/rules_python@05735c8 · GitHub
[go: up one dir, main page]

Skip to content

build(deps): bump jaraco-functools from 4.1.0 to 4.3.0 in /tools/publ… #170

build(deps): bump jaraco-functools from 4.1.0 to 4.3.0 in /tools/publ…

build(deps): bump jaraco-functools from 4.1.0 to 4.3.0 in /tools/publ… #170

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@v5
- 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'
0