prodigysim/Action Check Typescript errors
Check tsc errors and compare errors wih base branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| directory | Directory where to run install and build. Default is '.' | — | . |
| files-changed | List of files changed in the current PR (separated by space), use action 'futuratrepadeira/changed-files' for that | — | "" |
| files-added | List of files added in the current PR (separated by space), use action 'futuratrepadeira/changed-files' for that | — | "" |
| files-deleted | List of files deleted in the current PR (separated by space), use action 'futuratrepadeira/changed-files' for that | — | "" |
| line-numbers | List of files with added and removed lines, use action 'Equip-Collaboration/diff-line-numbers' for that | — | — |
| projects | Path of tsconfig files to compile. default is '.' | — | ./tsconfig.json |
| use-check | Report status as a CI Check | — | — |
| check-fail-mode | Allowed values : added, errors_in_pr, errors_in_code | yes | — |
| output-summary-errors | Output the counts of all errors in the project by file path | — | true |
| debug | Set true to log ts errors in base branch and pr branc | — | false |
Outputs
no outputs