Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 502 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 502 Bytes

Lighthouse Report action

This action displays Lighthouse report result as a Run Check.

It plays along really well with treosh/lighthouse-ci-action@v2

Inputs

reports

Required The directory where lighthouse JSON reports are stored.

github-token

Required Github Token.

Example usage

uses: manrueda/lighthouse-report-action@v1.0.1
with:
  reports: '.lighthouseci'
  github-token: ${{ secrets.GITHUB_TOKEN }}