Skip to content

Remove 6 for 6

Remove 6 for 6 #25

Workflow file for this run

name: Lighthouse CI
on:
workflow_dispatch:
pull_request:
types: [labeled] # Only run when a PR is labeled with the 'Seen-on-PROD' label set by prout
jobs:
Lighthouse:
if: ${{ github.event.label.name == 'Seen-on-PROD' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v12
with:
urls: |
https://support.theguardian.com/uk/contribute
configPath: ./lighthouserc.json
uploadArtifacts: true # save results as an action artifacts