From 41cb2a1ae20176a8a82f21bb181227830824a1dd Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 23 Aug 2019 12:18:53 -0400 Subject: [PATCH] Add Lighthouse audit action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 164db38..3906fee 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter) - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) - [Run codeception tests](https://github.com/joelwmale/codeception-action) +- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action) ### Pull Requests