Skip to content
award

GitHub Action

Lighthouse Report

v1.1.2 Latest version

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.2

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