Skip to content

feat: add CI pipeline with GitHub Actions#19

Merged
hirotask merged 7 commits into
developfrom
feature/#8-add-ci-pipeline
May 13, 2026
Merged

feat: add CI pipeline with GitHub Actions#19
hirotask merged 7 commits into
developfrom
feature/#8-add-ci-pipeline

Conversation

@hirotask
Copy link
Copy Markdown
Owner

@hirotask hirotask commented May 2, 2026

Summary

Add a CI pipeline using GitHub Actions with the following three jobs:

  • lint: Code quality check with ESLint and format check
  • build: Build all packages
  • test: Run unit tests with Vitest

PR Checklist

PR Type

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is resolved in this PR?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Added .node-version file to specify Node.js version 25.0.0.

@hirotask hirotask requested a review from shonakam as a code owner May 2, 2026 14:16
@hirotask hirotask self-assigned this May 2, 2026
@hirotask hirotask added the enhancement New feature or request label May 2, 2026
@hirotask hirotask merged commit 46ebcbe into develop May 13, 2026
2 checks passed
@hirotask hirotask deleted the feature/#8-add-ci-pipeline branch May 13, 2026 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CI pipeline with GitHub Actions

1 participant