Skip to content

feat: add dates to Goodreads Last PR and GitHub Last Update #215

feat: add dates to Goodreads Last PR and GitHub Last Update

feat: add dates to Goodreads Last PR and GitHub Last Update #215

Workflow file for this run

name: Lighthouse CI for Netlify sites
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Wait for the Netlify Preview
uses: jakepartusch/[email protected]
id: netlify
with:
site_name: 'chrisvogt'
max_timeout: 600 # Timeout if the deploy preview hasn't posted within 10 minutes
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
${{ steps.netlify.outputs.url }}
budgetPath: ./.github/workflows/lighthouse-budget.json # test performance budgets
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage