---

layout: post
date: 2022-05-02
link: https://blog.johnnyreilly.com/2022/03/20/lighthouse-meet-github-actions
title: Lighthouse meet GitHub Actions
cited: Johnny Reilly 

---

> Lighthouse is a tremendous tool for auditing the performance and usability of websites. Rather than having to perform these audits manually, it's helpful to be able to plug it into your CI pipeline. This post illustrates how to integrate Lighthouse into a GitHub Actions workflow for an Azure Static Web App, and report findings directly in pull requests that are raised.