Create a TypeScript test matrix using GitHub Actions
GitHub workflows are a great way to set up a continuous integration pipeline. You can define jobs within a workflow and use GitHub's runners to execute those jobs. These runners can be hosted on GitHub's infrastructure or your own. In this tutorial, you'll learn how to use a matrix strategy to run jobs concurrently using different runner images.