Skip to content

Upgrade Lighthouse GitHub Action #27

Upgrade Lighthouse GitHub Action

Upgrade Lighthouse GitHub Action #27

Workflow file for this run

name: Lighthouse CI
on:
push:
branches:
- master
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Audit URLs using Lighthouse
uses: treosh/[email protected]
with:
urls: |
https://connoradams.co.uk
temporaryPublicStorage: true