Skip to content

CI: Add mypy checks

CI: Add mypy checks #6

Workflow file for this run

name: Check MR
on: [pull_request]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pkgxdev/setup@v1
- run: pkgx +task task check:mypy