Skip to content

Add GitHub Actions CI#12

Merged
joshuaisaact merged 1 commit intomainfrom
ci/github-actions
Mar 22, 2026
Merged

Add GitHub Actions CI#12
joshuaisaact merged 1 commit intomainfrom
ci/github-actions

Conversation

@joshuaisaact
Copy link
Copy Markdown
Owner

Summary

  • Adds .github/workflows/ci.yml with two parallel jobs on push/PR to main:
    • typecheck: tsc --noEmit
    • test: Unit tests that don't require KVM (ksm, hearthfile, defaults)
  • Integration tests (sandbox, daemon, spawn) require /dev/kvm and a local hearth setup, so they run locally only

Runs on push to main and on PRs. Two parallel jobs:
- typecheck: tsc --noEmit
- test: unit tests that don't require KVM (ksm, hearthfile, defaults)

Integration tests (sandbox, daemon, spawn) need /dev/kvm and a local
hearth setup, so they're excluded from CI and run locally.
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 22, 2026

Warning

Rate limit exceeded

@joshuaisaact has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 27 minutes and 27 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 598a69aa-5373-4252-82e3-165a1c9f6f37

📥 Commits

Reviewing files that changed from the base of the PR and between 09c9a89 and c19c809.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/github-actions

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.

@joshuaisaact joshuaisaact merged commit ad51c11 into main Mar 22, 2026
3 checks passed
@joshuaisaact joshuaisaact deleted the ci/github-actions branch March 22, 2026 12:02
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