Merge pull request #157 from jakejarvis/add-lighthouse-audit

Add Chrome Lighthouse audit action
This commit is contained in:
Gary Ewan Park 2019-08-23 19:59:42 +01:00 committed by GitHub
commit a098b3e28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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