diff --git a/.github/workflows/scripts/format-lighthouse-score.js b/.github/workflows/scripts/format-lighthouse-score.js index 6ba64c25beec..29d90976f73d 100644 --- a/.github/workflows/scripts/format-lighthouse-score.js +++ b/.github/workflows/scripts/format-lighthouse-score.js @@ -15,7 +15,9 @@ const createMarkdownTableRow = ({ pwa, reportUrl, }) => { - return `| [${new URL(testUrl).pathname}](${url}) | ${performance} | ${accessibility} | ${bestPractices} | ${seo} | ${pwa} | [View report](${reportUrl})|`; + return `| [${ + new URL(url).pathname + }](${url}) | ${performance} | ${accessibility} | ${bestPractices} | ${seo} | ${pwa} | [View report](${reportUrl})|`; }; const createSingleRow = ({summary, testUrl, reportPublicUrl}) => {