Merge pull request #203 from denar90/patch-1

Add Lighthouse action
This commit is contained in:
Gary Ewan Park 2019-09-26 20:53:11 +01:00 committed by GitHub
commit bdeb401afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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