Skip to content

Conversation

@3w36zj6
Copy link
Member

@3w36zj6 3w36zj6 commented Oct 21, 2025

This pull request adds a new type-checking step to the CI pipeline to help catch TypeScript errors earlier and improve code quality.

@3w36zj6 3w36zj6 requested a review from Copilot October 21, 2025 20:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances the CI pipeline by adding TypeScript type-checking capabilities to catch type errors earlier in the development process. The changes introduce a new type-check script and integrate it into the existing CI workflow.

  • Adds a new type-check npm script that runs TypeScript compiler in type-checking mode across all workspaces
  • Integrates the type-checking step into the CI matrix alongside existing format and lint checks

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Adds type-check script to run TypeScript compiler without emitting files
.github/workflows/ci.yaml Includes type-check in the CI matrix to execute type-checking on all PRs

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@3w36zj6 3w36zj6 merged commit 20c0619 into main Oct 21, 2025
8 checks passed
@3w36zj6 3w36zj6 deleted the feature/add-type-check-ci branch October 21, 2025 20:12
@3w36zj6 3w36zj6 added the Type: CI Changes to CI configuration files and scripts label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: CI Changes to CI configuration files and scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant