From cfcc6297e130cde3ab8394087430ca61fbe7ec23 Mon Sep 17 00:00:00 2001 From: Artem Denysov Date: Thu, 26 Sep 2019 17:03:56 +0300 Subject: [PATCH 1/2] Add Lighthouse action --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6ccc965..49c4daf 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Frontend Tools](#frontend-tools) - [Internet of Things (IOT)](#internet-of-things-iot) - [Machine Learning Ops](#machine-learning-ops) + - [Performance Monitoring](#performance-monitoring) - [Tutorials](#tutorials) ## Official Resources @@ -280,6 +281,10 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action) - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) +### Performance Monitoring + +- [Run Lighthouse in CI using Github Actions](https://github.com/treosh/lighthouse-ci-action) + ## Tutorials - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/) From 8704ac0d1b41d5a789e46ce720cc0e10a22aeefe Mon Sep 17 00:00:00 2001 From: Artem Denysov Date: Thu, 26 Sep 2019 22:31:59 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c4daf..2bad43f 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 ### Performance Monitoring -- [Run Lighthouse in CI using Github Actions](https://github.com/treosh/lighthouse-ci-action) +- [Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action) ## Tutorials