Set up a CI pipeline using GitHub Actions to run tests and linting on every Pull Request. 1. Create .github/workflows/ci.yml. 2. Configure lint and test jobs.
Set up a CI pipeline using GitHub Actions to run tests and linting on every Pull Request.