Skip to content

feat: GitHub Actions CI を追加する#8

Merged
hideyukiMORI merged 1 commit into
mainfrom
feat/issue-2-github-actions-ci
May 19, 2026
Merged

feat: GitHub Actions CI を追加する#8
hideyukiMORI merged 1 commit into
mainfrom
feat/issue-2-github-actions-ci

Conversation

@hideyukiMORI
Copy link
Copy Markdown
Owner

Summary

  • pytest / mypy / ruff check / ruff format / pip-audit を uv + Python 3.12 で実行する CI workflow を追加
  • astral-sh/setup-uv@v5 でキャッシュ有効化
  • pip-audit で依存関係の脆弱性スキャンを CI に組み込む

Test plan

  • PR で CI が green になることを確認
  • main マージ後の push でも CI が実行されることを確認

Closes #2

🤖 Generated with Claude Code

pytest / mypy / ruff check / ruff format / pip-audit を
uv + Python 3.12 matrix で実行する CI workflow を追加。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hideyukiMORI hideyukiMORI merged commit 18fd43e into main May 19, 2026
1 check passed
@hideyukiMORI hideyukiMORI deleted the feat/issue-2-github-actions-ci branch May 19, 2026 11:12
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.

feat: GitHub Actions CI を追加する

1 participant