Skip to content

CI workflow does not run TypeScript type checking (tsc --noEmit) #711

@Haroldwonder

Description

@Haroldwonder

The CI workflow runs tests but does not run tsc --noEmit for the backend, API, and frontend TypeScript projects. Type errors that don't affect test execution can be merged without detection.

File: CI workflow files

Fix: Add a typecheck step to the CI workflow that runs tsc --noEmit for each TypeScript project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions