Skip to content

🏮 Format lighthouse reports into Markdown table string by GitHub Actions

Notifications You must be signed in to change notification settings

iyu88/lighthouse-report-formatter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🏮 Format lighthouse reports into Markdown table string by GitHub Actions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published