Skip to content

Add GitHub Actions CI workflow#4

Merged
mitsuru merged 1 commit intomainfrom
add-ci
Feb 1, 2026
Merged

Add GitHub Actions CI workflow#4
mitsuru merged 1 commit intomainfrom
add-ci

Conversation

@mitsuru
Copy link
Copy Markdown
Owner

@mitsuru mitsuru commented Feb 1, 2026

Summary

  • Node.js 20/22 のマトリックスでCI実行
  • tsc --noEmit で型チェック
  • npm test (vitest) でユニットテスト実行
  • push / PR to main で自動トリガー

Closes lgtmit-ue0

Test plan

  • CI が Node 20 / 22 の両方で green になることを確認

Run type checking (tsc --noEmit) and tests (vitest) on push/PR to main.
Matrix: Node.js 20 and 22.
@mitsuru mitsuru merged commit d1ce855 into main Feb 1, 2026
2 checks passed
@mitsuru mitsuru deleted the add-ci branch February 1, 2026 06:29
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.

1 participant