Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 730 Bytes

lighthouse.md

File metadata and controls

15 lines (11 loc) · 730 Bytes

Lighthouse Workflow

This is a customized workflow for running a local web server hosting the docs directory before running the Lighthouse check.

Steps

  • checkout the repository
  • generate a certificate
  • run a nginx server with the certificate on https://localhost/todos
  • launch treosh/lighthouse-ci-action with the lighthouserc.yml configuration on https://localhost/todos
  • upload Lighthouse reports as artifacts
  • report averaged scores as a Github comment with badges

Example

PR Comment