Skip to content

Add mypy type checking #5

Add mypy type checking

Add mypy type checking #5

Workflow file for this run

name: check
on:
pull_request:
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop .# --command mypy *.py