Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type checking to GitHub Actions #2

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

dtinth
Copy link
Collaborator

@dtinth dtinth commented May 17, 2024

This pull request introduces type checking into the GitHub Actions workflow and updates the package.json script to support this new step.

  • GitHub Actions Workflow: Adds a new step named "Type Check" that runs before the "Build project" step. This step executes pnpm run typecheck to perform TypeScript type checking.
  • Package.json Script: Introduces a new script "typecheck": "tsc" to the package.json file, enabling the execution of the TypeScript compiler for type checking purposes.

For more details, open the Copilot Workspace session.

@dtinth dtinth merged commit 67c6542 into main May 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant