Skip to content
sun

GitHub Action

lighthouse-report-formatter

1.0.0 Latest version

lighthouse-report-formatter

sun

lighthouse-report-formatter

Format Lighthouse report into Markdown Table

Installation

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

              

- name: lighthouse-report-formatter

uses: iyu88/lighthouse-report-formatter@1.0.0

Learn more about this action in iyu88/lighthouse-report-formatter

Choose a version

lighthouse-report-formatter

Format lighthouse reports into Markdown table.

Inputs

lh_directory

Directory path to which the lighthouse is applied.

manifest_path

Required Path to which the reports manifest.json is saved.

Outputs

comments

String that represents every reports in markdown table format.

Example Usage

uses: iyu88/lighthouse-report-formatter@v1.0.0
with:
  lh_directory: ./
  manifest_path: lhci_reports