Skip to content

Add CI to typecheck and build on push and pull request #1

@bfabio

Description

@bfabio

There is no CI in this repository. Nothing runs tsc --noEmit or tsc on push or pull request, so a change that breaks the build or the type surface can land on main unnoticed and only surface at publish time or in a consumer.

There are also no type-level tests, so regressions in the exported interfaces (e.g. an accidentally widened field, a removed optional marker) would not be caught even if CI existed.

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