GitHub Action 0

How to use Lighthouse in GitHub Actions

How to use Lighthouse in GitHub Actions

GitHub Actions are used to automate software engineering workflows. Similar to tools like CircleCI, Jenkins, Travis and many others, GitHub Actions provides a declarative API for defining workflows. These workflows can include jobs to build, test, and deploy applications.

See the full article on freeCodeCamp.