devfolioco / devfolio-gatsby-starter

Kickstart landing page development with GatsbyJS
MIT License
22 stars 94 forks source link

add google's lighthouse ci action #110

Open BhuwanChandra opened 3 years ago

BhuwanChandra commented 3 years ago

currently we don't have any measurements of the performance and we don't know how the website is actually performing. using lighthouse github action we can get the performance of the website on each pull request and can know the performance scores of the website on that PR.

I would like to work on this.