Skip to content

Lighthouse

Lighthouse #1168

Workflow file for this run

name: Lighthouse
on:
workflow_dispatch:
schedule:
- cron: '46 9 * * *'
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
with:
urls: |
https://browniebroke.com/
https://browniebroke.com/blog/
https://browniebroke.com/tils/
# budgetPath: ./budget.json
# configPath: ./lighthouserc.json
uploadArtifacts: true
serverBaseUrl: ${{ secrets.LHCI_SERVER_URL }}
serverToken: ${{ secrets.LHCI_SERVER_TOKEN }}