We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a84d2d commit 2d31e59Copy full SHA for 2d31e59
.github/workflows/lighthouse.yml
@@ -104,8 +104,8 @@ jobs:
104
# Run as a separate file so we do not have to inline all of our formatting logic.
105
# See https://github.com/actions/github-script#run-a-separate-file for more info.
106
script: |
107
- const { formatResults } = await import('${{github.workspace}}/scripts/lighthouse/index.mjs')
108
- await formatResults({core})
+ const { formatLighthouseResults } = await import('${{github.workspace}}/scripts/lighthouse/index.mjs')
+ await formatLighthouseResults({core})
109
110
- name: Add Comment to PR
111
# Replace the previous message with our formatted lighthouse results
0 commit comments