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 4296401 commit 4725605Copy full SHA for 4725605
.github/workflows/deployment.yml
@@ -22,10 +22,10 @@ jobs:
22
run: npm install
23
24
- name: Run Lighthouse CI
25
- uses: treosh/lighthouse-ci-action@v11
26
- with:
27
- urls:
28
- https://lucashimpens.io/jftl-lighthouse-workshop/
29
- configPath: './lighthouserc.js'
30
- temporaryPublicStorage: true # upload lighthouse report to the temporary storage
+ uses: treosh/lighthouse-ci-action@v11
+ with:
+ urls:
+ https://lucashimpens.io/jftl-lighthouse-workshop/
+ configPath: './lighthouserc.js'
+ temporaryPublicStorage: true # upload lighthouse report to the temporary storage
31
0 commit comments