Skip to content

Update .lighthouserc.json #160

Update .lighthouserc.json

Update .lighthouserc.json #160

Workflow file for this run

name: Lighthouse CI
on:
workflow_dispatch:
push:
branches: 'main'
paths:
- '.lighthouserc.json'
- 'collect-report'
- '.github/workflows/lighthouse.yml'
concurrency:
group: 'main'
cancel-in-progress: true
jobs:
lighthouseci:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install -g @lhci/[email protected]
- run: ./collect-report
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Generate lighthouse reports"