Skip to content

Phase 2: Add CI/CD pipeline#7

Merged
WWStoryMode merged 1 commit into
mainfrom
chore/phase-2-ci-cd
Feb 9, 2026
Merged

Phase 2: Add CI/CD pipeline#7
WWStoryMode merged 1 commit into
mainfrom
chore/phase-2-ci-cd

Conversation

@WWStoryMode

Copy link
Copy Markdown
Owner

Summary

  • Add .github/workflows/ci.yml — runs lint, type-check, and build on PRs and pushes to main
  • Add type-check npm script (tsc --noEmit)
  • Add docs/CONTRIBUTING.md — branch naming, PR process, CI requirements
  • Lint step uses continue-on-error: true due to 8 pre-existing lint errors on main (not introduced here)

Test plan

  • CI runs on this PR (meta-test — the workflow should trigger itself)
  • npm run type-check passes locally (verified)
  • npm run build passes locally (verified)
  • No app behavior changes — infrastructure only

Closes #2

🤖 Generated with Claude Code

- Add GitHub Actions CI workflow (lint, type-check, build) on PRs and pushes to main
- Add type-check npm script (tsc --noEmit)
- Add docs/CONTRIBUTING.md with branch naming, PR process, and CI requirements
- Lint step uses continue-on-error due to pre-existing lint errors on main

Closes #2

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@vercel

vercel Bot commented Feb 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
project-firefly Ready Ready Preview, Comment Feb 9, 2026 10:01pm

@WWStoryMode
WWStoryMode merged commit 638c12c into main Feb 9, 2026
3 checks passed
@WWStoryMode
WWStoryMode deleted the chore/phase-2-ci-cd branch February 9, 2026 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Phase 2: Git Branching + CI/CD

1 participant