Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
award

GitHub Action

Lighthouse Report

v1.1.0

Lighthouse Report

award

Lighthouse Report

Displays Lighthouse report result as a Run Check

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Lighthouse Report

uses: manrueda/lighthouse-report-action@v1.1.0

Learn more about this action in manrueda/lighthouse-report-action

Choose a version

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 }}