Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored May 4, 2022
1 parent 5a2ab85 commit b8523ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scripts/format-lighthouse-score.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}) => {
Expand Down

0 comments on commit b8523ec

Please sign in to comment.