Skip to content

chore: add GitHub Actions CI#16

Merged
halkn merged 1 commit into
mainfrom
chore/add-github-actions-ci
Apr 19, 2026
Merged

chore: add GitHub Actions CI#16
halkn merged 1 commit into
mainfrom
chore/add-github-actions-ci

Conversation

@halkn

@halkn halkn commented Apr 19, 2026

Copy link
Copy Markdown
Owner

概要

GitHub Actions に CI workflow を追加しました。

  • push / pull_request をトリガーに CI を実行
  • uv sync で依存関係をセットアップ
  • uv run ruff check src tests を実行
  • uv run ty check src tests を実行
  • uv run pytest を実行
  • README に CI バッジと実行内容を追記

確認内容

  • uv run ruff check src tests
  • uv run ty check src tests
  • uv run pytest

補足

  • runner は ubuntu-latest を使用
  • Python は 3.11 を使用
  • uvastral-sh/setup-uv でセットアップ

@halkn halkn force-pushed the chore/add-github-actions-ci branch from 6c010bc to e83b8ee Compare April 19, 2026 09:56
@halkn halkn force-pushed the chore/add-github-actions-ci branch from e83b8ee to 78e88d3 Compare April 19, 2026 09:59
@halkn halkn merged commit f778a4a into main Apr 19, 2026
1 check passed
@halkn halkn deleted the chore/add-github-actions-ci branch April 19, 2026 11:21
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