Problem
StepFi-Web has no CI pipeline. PRs can break
the build without anyone knowing until it is
deployed.
What To Build
Create .github/workflows/ci.yml:
Runs on every PR to main:
- Checkout code
- Setup Node 20
- npm install
- npm run build
- npm run lint (if configured)
Add status badge to README.md.
Files To Touch
- .github/workflows/ci.yml (new)
- README.md
Acceptance Criteria
Mandatory Checks Before PR
Problem
StepFi-Web has no CI pipeline. PRs can break
the build without anyone knowing until it is
deployed.
What To Build
Create .github/workflows/ci.yml:
Runs on every PR to main:
Add status badge to README.md.
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR