Skip to content

Add mypy type checking to CI workflow #42

@dannywillems

Description

@dannywillems

Problem

The CI workflow runs `make check-format`, `make lint`, and `make test` but does NOT run `make typecheck` (mypy). Type errors can be merged without detection.

Solution

  • Add `make typecheck` step to the CI workflow for both Linux/macOS and Windows jobs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions