Skip to content

Commit cfcafb3

Browse files
committed
Blank line before EOF
1 parent 1a8e712 commit cfcafb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,8 @@ jobs:
774774
"",
775775
"_Note: Tests run against the /ping endpoint for 60 seconds each._",
776776
"",
777-
`*Last updated: ${new Date().toISOString()}*`
777+
`*Last updated: ${new Date().toISOString()}*`,
778+
"" // Add empty line at the end
778779
].join("\n");
779780
780781
fs.writeFileSync("test-results/table.md", table);

0 commit comments

Comments
 (0)