Skip to content

Mypy check on CI

Mypy check on CI #1

Workflow file for this run

name: Mypy check
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jpetrucciani/mypy-check@master