Skip to content

Commit

Permalink
Testing JSON parse
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 22, 2024
1 parent 40c20e6 commit 423b517
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ let resultArrayOfStrings: string[] = arrayOfStringArrays.map(subArray =>

core.summary
.addHeading('MATLAB Build Results')
.addTable([ {data: 'Task Name', header: true},
{data: 'Status', header: true},
{data: 'Description', header: true},
{data: 'Duration (HH:MM:SS)', header: true}],
.addTable([ {data: 'Task Name', header: true}, {data: 'Status', header: true}, {data: 'Description', header: true},{data: 'Duration (HH:MM:SS)', header: true}],

])

Check failure on line 59 in src/buildSummary.ts

View workflow job for this annotation

GitHub Actions / Build and Test

Argument expression expected.
.write()
Expand Down

0 comments on commit 423b517

Please sign in to comment.