GitHub Action • 1 minute min read
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.