Skip to content

Commit 8493cdd

Browse files
committed
cleanup
1 parent 24f4e46 commit 8493cdd

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

dist/index.js

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,6 @@ export class RlJsonReportProcessor {
425425
}
426426
}
427427

428-
/*
429-
const rjrp = new RlJsonReportProcessor("report.rl.json");
430-
rjrp.simplifyRlJson();
431-
rjrp.output();
432-
*/
433-
434428
/**
435429
* The main function for the action.
436430
*
@@ -449,10 +443,7 @@ export async function run(): Promise<void> {
449443

450444
const rjrp = new RlJsonReportProcessor('report.rl.json')
451445
rjrp.simplifyRlJson()
452-
rjrp.output()
453-
454-
// Set outputs for other workflow steps to use
455-
// core.setOutput('time', new Date().toTimeString())
446+
rjrp.output() // prints to console.log()
456447
} catch (error) {
457448
// Fail the workflow run if an error occurs
458449
if (error instanceof Error) {

0 commit comments

Comments
 (0)