typescript-checker
Version updated for https://github.com/AbbasCiatek/action-check-typescript to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action-check-typescript GitHub Action automates the process of compiling TypeScript files and identifying errors in the codebase, with a focus on detecting new errors introduced in pull requests. It compares TypeScript errors between the base branch and the PR branch, providing insights into code quality and ensuring introduced changes don’t degrade the code. This action supports automated error reporting via PR comments or annotations and enables tailored configurations for error thresholds and behavior.
Release notes
Added pnpm support