Skip to content

Merge pull request #99 from DorielRivalet/dependabot/npm_and_yarn/mai… #121

Merge pull request #99 from DorielRivalet/dependabot/npm_and_yarn/mai…

Merge pull request #99 from DorielRivalet/dependabot/npm_and_yarn/mai… #121

Workflow file for this run

name: Lighthouse CI
on: push
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
https://frontier-compendium.vercel.app/
https://frontier-compendium.vercel.app/site-preferences/
# budgetPath: ./budget.json # test performance budgets
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage