build: fix linting

This commit is contained in:
iCrawl
2023-08-24 23:08:29 +02:00
parent 9811514deb
commit e3127a0735
29 changed files with 338 additions and 172 deletions

View File

@@ -73,7 +73,7 @@ jobs:
' ',
`*Lighthouse ran on [${Object.keys(links)[0]}](${Object.keys(links)[0]})*`
].join('\n')
core.setOutput("comment", comment);
core.setOutput("comment", comment);
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add comment to PR