Skip to content

Commit 18268bc

Browse files
authored
fix: empty line between summary tag and start of markdown table (#1682)
1 parent 4d34b5f commit 18268bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bench-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
echo '# Benchmarks: ${{ matrix.benchmark.id }}' > comment.md
9090
echo '<details>' >> comment.md
9191
echo '<summary>Table of Results</summary>' >> comment.md
92+
echo '' >> comment.md
9293
uv run python3 scripts/compare-benchmark-jsons.py base.json ${{ matrix.benchmark.id }}.json \
9394
>> comment.md
9495
echo '</details>' >> comment.md
@@ -144,6 +145,7 @@ jobs:
144145
echo '# Benchmarks: TPC-H' > comment.md
145146
echo '<details>' >> comment.md
146147
echo '<summary>Table of Results</summary>' >> comment.md
148+
echo '' >> comment.md
147149
uv run python3 scripts/compare-benchmark-jsons.py base.json tpch.json \
148150
>> comment.md
149151
echo '</details>' >> comment.md
@@ -200,6 +202,7 @@ jobs:
200202
echo '# Benchmarks: Clickbench' > comment.md
201203
echo '<details>' >> comment.md
202204
echo '<summary>Table of Results</summary>' >> comment.md
205+
echo '' >> comment.md
203206
uv run python3 scripts/compare-benchmark-jsons.py base.json clickbench.json \
204207
>> comment.md
205208
echo '</details>' >> comment.md

0 commit comments

Comments
 (0)