Skip to content

CI: Add mypy checks

CI: Add mypy checks #2

Workflow file for this run

name: Check MR
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pkgxdev/dev@v1
- run: echo $PATH