Skip to content

ci: add lighthouse workflow #11

ci: add lighthouse workflow

ci: add lighthouse workflow #11

Workflow file for this run

name: Lighthouse
on:
pull_request:
branches:
- main
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- run: npx nx affected -t build --parallel=3
- name: Run Lighthouse CI
uses: treosh/lighthouse-ci-action@v12
with:
configPath: './.github/lighthouse/lightrouserc.json'