GitHub Actions Pipeline
Create a .github/workflows/ci.yml file that installs dependencies, runs tsc --noEmit, eslint, and your test suite on every push and pull request. Block merges until checks pass.
Create a .github/workflows/ci.yml file that installs dependencies, runs tsc --noEmit, eslint, and your test suite on every push and pull request. Block merges until checks pass.