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 9236cc5 commit 1548bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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 runCoverage: boolean = getBooleanInput('run-coverage');
// const coveragePassScore: string = getInput('coverage-pass-score')
// const createComment: boolean = getBooleanInput('create-comment')

Expand Down

0 comments on commit 1548bde

Please sign in to comment.