Skip to content

Commit 30a680d

Browse files
committed
test
1 parent 6f229b5 commit 30a680d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/web-app-deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
const score = res => res >= 90 ? '🟢' : res >= 50 ? '🟠' : '🔴'
364364
365365
comment.concat([
366-
`*Lighthouse ran on [${resultData.url}](${resultData.url})* (Desktop)`
366+
`*Lighthouse ran on ${resultData.url}* (Desktop)`
367367
`⚡️ HTML Report [Lighthouse report](${links[resultData.url]}) for the changes in this PR:`,
368368
'| Performance | Accessibility | Best Practices | SEO |',
369369
'| --- | --- | --- | --- |',

0 commit comments

Comments
 (0)