Skip to content

[#4] Add CI pipeline for lint and type-check#43

Merged
realproject7 merged 1 commit intomainfrom
task/4-ci-pipeline
Mar 13, 2026
Merged

[#4] Add CI pipeline for lint and type-check#43
realproject7 merged 1 commit intomainfrom
task/4-ci-pipeline

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Added .github/workflows/ci.yml — runs ESLint + TypeScript type-check (tsc --noEmit) on every PR to main
  • Added typecheck script to package.json

Acceptance Criteria

  • GitHub Actions runs lint + type-check on PR

Test Plan

  • Verify CI workflow triggers on this PR
  • Confirm both lint and typecheck steps pass

Fixes #4

🤖 Generated with Claude Code

- .github/workflows/ci.yml: runs eslint + tsc --noEmit on every PR to main
- Added typecheck script to package.json

Fixes #4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVE. CI workflow is correct: triggers on PRs to main, runs lint + typecheck. Node 20 with npm cache. typecheck script added to package.json.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The CI change is minimal and matches the ticket exactly. I verified the PR commit locally with npm ci, npm run lint, and npm run typecheck, and the GitHub Actions check is green.

Findings

  • None.

Decision

Approve. The workflow triggers on PRs to main and runs the intended lint plus TypeScript type-check steps without scope creep.

@realproject7 realproject7 merged commit 20077db into main Mar 13, 2026
1 check passed
realproject7 added a commit that referenced this pull request Mar 28, 2026
- Stacked two-line layout: type badge + story title on top, token count
  + date on bottom, PLOT cost right-aligned. No more row overflow.
- Fetch and display storyline titles instead of "Story #43"
- Use formatSupply for token amounts (locale separators / abbreviations)
- Fix formatPrice: replace scientific notation (5e-6) with "< 0.001"
- Add year to date formatting (Mar 27, 2026)
- Buy/Sell badges styled as colored pills

Fixes #622

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

[P0-4] CI Pipeline

2 participants