Lighthouse CI
This guideline helps in setting up Lighthouse CI, which is a set of tools for performance monitoring.
The guideline walks us through the different steps needed to run Lighthouse CI locally, then in a CI/CD pipeline on GitHub using GitHub actions.
The reports are stored publicly as stated in a configuration file. They can also be stored internally if a Lighthouse Server is set up.
An example of project using a Lighthouse configuration and GitHub actions can be found here.