Skip to content

Bump actions/checkout from 4.1.7 to 4.2.1 #53

Bump actions/checkout from 4.1.7 to 4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1 #53

Workflow file for this run

name: Lighthouse CI
on: push
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@12.1.0
with:
urls: |
https://sanderh.be
budgetPath: ./budget.json # test performance budgets
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage