Description
Create a GitHub Actions workflow at .github/workflows/ci.yml that runs on push and PR.
CI steps
- Checkout code
- Setup Node.js 22
npm ci
npm run lint
npm run test
npm run build
Triggers
- Push to
main
- Pull requests targeting
main
Depends on
Acceptance Criteria
Description
Create a GitHub Actions workflow at
.github/workflows/ci.ymlthat runs on push and PR.CI steps
npm cinpm run lintnpm run testnpm run buildTriggers
mainmainDepends on
Acceptance Criteria
.github/workflows/ci.ymlexists