forked from andoshin11/typescript-error-reporter-action
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: upgrade typescript version
- Loading branch information
Showing
11 changed files
with
857 additions
and
2,922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
name: 'TypeScript Error Reporter' | ||
description: 'Report type check result on PR diff view.' | ||
author: 'andoshin11' | ||
name: "TypeScript Error Reporter" | ||
description: "Report type check result on PR diff view." | ||
maintainer: "gozala" | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
using: "node16" | ||
main: "dist/index.js" | ||
branding: | ||
icon: 'check-circle' | ||
color: 'blue' | ||
icon: "check-circle" | ||
color: "blue" | ||
inputs: | ||
project: | ||
description: 'Optional project path.' | ||
description: "Optional project path." | ||
required: false | ||
error_fail_threshold: | ||
description: 'Optional number of errors threshold at which this step fails.' | ||
description: "Optional number of errors threshold at which this step fails." | ||
required: false | ||
|
Oops, something went wrong.