File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010
1111permissions :
1212 contents : read
13+ issues : write
1314
1415jobs :
1516 test-typescript :
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ export async function run(): Promise<void> {
3131 const runStaticAnalysis : boolean = getBooleanInput ( 'run-static-analysis' )
3232 const runCodeFormatting : boolean = getBooleanInput ( 'run-code-formatting' )
3333 const runTests : boolean = getBooleanInput ( 'run-tests' )
34- // const runCoverage: boolean = getBooleanInput('run-coverage')
35- // const coveragePassScore: string = getInput('coverage-pass-score')
36- // const createComment: boolean = getBooleanInput('create-comment')
34+ // const runCoverage: boolean = getBooleanInput('run-coverage');
35+ // const coveragePassScore: string = getInput('coverage-pass-score');
36+ // const createComment: boolean = getBooleanInput('create-comment');
3737
3838 // if (runStaticAnalysis) { then run static analysis script }
3939 const analyzeStr : stepResponse | undefined = runStaticAnalysis
You can’t perform that action at this time.
0 commit comments