Add Lighthouse action

This commit is contained in:
Artem Denysov 2019-09-26 17:03:56 +03:00 committed by GitHub
parent b2c6bb6346
commit cfcc6297e1
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/)