Skip to content

Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 #202

Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0

Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 #202

Workflow file for this run

name: Lighthouse
on: [pull_request, workflow_dispatch]
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lighthouse
uses: foo-software/lighthouse-check-action@master
with:
Device: all
gitAuthor: "${{ github.actor }}"
gitBranch: "${{ github.ref }}"
gitHubAccessToken: "${{ secrets.GITHUB_TOKEN }}"
minAccessibilityScore: "90"
minBestPracticesScore: "90"
minPerformanceScore: "90"
minProgressiveWebAppScore: "25"
minSeoScore: "90"
urls: "https://thechels.uk"