|
1 |
| -name: 'Action Check Typescript errors' |
2 |
| -description: 'Check tsc errors and compare errors wih base branch' |
3 |
| -author: 'Arhia' |
| 1 | +name: "Action Check Typescript errors" |
| 2 | +description: "Check tsc errors and compare errors wih base branch" |
| 3 | +author: "Arhia" |
4 | 4 | icon: box
|
5 | 5 | inputs:
|
6 | 6 | repo-token:
|
7 |
| - description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}' |
| 7 | + description: "Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}" |
8 | 8 | required: true
|
9 | 9 | directory:
|
10 | 10 | description: "Directory where to run install and build. Default is '.'"
|
11 |
| - default: '.' |
| 11 | + default: "." |
12 | 12 | files-changed:
|
13 | 13 | description: "List of files changed in the current PR (separated by space), use action 'futuratrepadeira/changed-files' for that"
|
14 |
| - default: '' |
| 14 | + default: "" |
15 | 15 | files-added:
|
16 | 16 | description: "List of files added in the current PR (separated by space), use action 'futuratrepadeira/changed-files' for that"
|
17 |
| - default: '' |
| 17 | + default: "" |
18 | 18 | files-deleted:
|
19 | 19 | description: "List of files deleted in the current PR (separated by space), use action 'futuratrepadeira/changed-files' for that"
|
20 |
| - default: '' |
| 20 | + default: "" |
21 | 21 | line-numbers:
|
22 | 22 | description: "List of files with added and removed lines, use action 'Equip-Collaboration/diff-line-numbers' for that"
|
23 | 23 | ts-config-path:
|
24 | 24 | description: "Path of tsconfig file. default is './tsconfig.json'"
|
25 |
| - default: './tsconfig.json' |
| 25 | + default: "./tsconfig.json" |
26 | 26 | use-check:
|
27 |
| - description: 'Report status as a CI Check' |
| 27 | + description: "Report status as a CI Check" |
28 | 28 | check-fail-mode:
|
29 | 29 | description: "Allowed values : added, errors_in_pr, errors_in_code"
|
30 | 30 | required: true
|
31 | 31 | output-behaviour:
|
32 | 32 | description: "Allowed values : comment, annotate, both"
|
33 | 33 | default: "comment"
|
| 34 | + comment-behaviour: |
| 35 | + description: "Allowed values : new, edit" |
| 36 | + default: "new" |
34 | 37 | debug:
|
35 | 38 | description: "Set true to log ts errors in base branch and pr branch"
|
36 | 39 | default: false
|
37 | 40 | runs:
|
38 |
| - using: 'node16' |
39 |
| - main: 'dist/index.js' |
| 41 | + using: "node16" |
| 42 | + main: "dist/index.js" |
0 commit comments