Skip to content

first pass at reducing CLS w/ fonts #50

first pass at reducing CLS w/ fonts

first pass at reducing CLS w/ fonts #50

Workflow file for this run

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