Add .github/workflows/ci.yml that runs `npm ci`, `npm run typecheck`, `npm run build` on PRs. Cache node_modules + .next.
Add .github/workflows/ci.yml that runs
npm ci,npm run typecheck,npm run buildon PRs. Cache node_modules + .next.