Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 6, 2024
1 parent 199a694 commit 59fd891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export async function run(): Promise<void> {
const runStaticAnalysis: boolean = getBooleanInput("run-static-analysis");
const runCodeFormatting: boolean = getBooleanInput("run-code-formatting");
const runTests: boolean = getBooleanInput("run-tests");
// const runCoverage: boolean = getBooleanInput('run-coverage');
// const coveragePassScore: string = getInput('coverage-pass-score');
// const createComment: boolean = getBooleanInput('create-comment');
// const runCoverage: boolean = getBooleanInput('run-coverage')
// const coveragePassScore: string = getInput('coverage-pass-score')
// const createComment: boolean = getBooleanInput('create-comment')

// if (runStaticAnalysis) { then run static analysis script }
const analyzeStr: stepResponse | undefined = runStaticAnalysis
Expand Down

0 comments on commit 59fd891

Please sign in to comment.