Skip to content

Add GitHub Actions CI#3

Merged
Smoss merged 1 commit into
mainfrom
cursor/add-github-actions-ci
May 26, 2026
Merged

Add GitHub Actions CI#3
Smoss merged 1 commit into
mainfrom
cursor/add-github-actions-ci

Conversation

@Smoss
Copy link
Copy Markdown
Owner

@Smoss Smoss commented May 25, 2026

Summary

  • Add GitHub Actions CI with separate lint and test jobs using uv and Python 3.12.
  • Run ruff and mypy in CI, plus pytest for the test suite.
  • Add a partial StateUpdate type for LangGraph node updates so mypy passes.

Test plan

  • uv run ruff check .
  • uv run mypy .
  • uv run pytest tests/ -v

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 25, 2026

Warning

Review limit reached

@Smoss, we couldn't start this review because you've used your available PR reviews for now.

Your plan includes 1 review of capacity. Refill in 58 minutes and 26 seconds.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more review capacity refills, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1b334450-1125-4e5e-b248-ec8e62fc127d

📥 Commits

Reviewing files that changed from the base of the PR and between 78c8f30 and e1e3d22.

📒 Files selected for processing (4)
  • .github/workflows/ci.yml
  • agent/character_agent.py
  • agent/helldivers/nodes.py
  • agent/state.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/add-github-actions-ci

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Smoss Smoss marked this pull request as ready for review May 25, 2026 02:45
@Smoss Smoss merged commit 4a6a7d1 into main May 26, 2026
3 checks passed
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