Skip to content

chore: add CI workflow - #8

Merged
joaovjo merged 1 commit into
mainfrom
chore/sprint-27-ci
Aug 11, 2026
Merged

chore: add CI workflow#8
joaovjo merged 1 commit into
mainfrom
chore/sprint-27-ci

Conversation

@joaovjo

@joaovjo joaovjo commented Aug 11, 2026

Copy link
Copy Markdown
Member

Summary

  • Add GitHub Actions CI workflow (bun test + biome lint)

Test plan

  • Local: bun test + bun run lint green

Summary by CodeRabbit

  • Chores
    • Added automated checks for pull requests and updates to the main branch.
    • CI now runs tests and linting in a consistent environment.
    • Redundant workflow runs are automatically canceled.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: d422b699-3f10-4ce1-ac95-415589162ac6

📥 Commits

Reviewing files that changed from the base of the PR and between edb1b65 and 487a7a3.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

📝 Walkthrough

Walkthrough

The pull request adds a GitHub Actions workflow for pull requests and pushes to main. The workflow runs dependency installation, tests, and linting on Ubuntu with Bun.

Changes

CI workflow

Layer / File(s) Summary
Workflow triggers and verification job
.github/workflows/ci.yml
The workflow uses pull request and main push triggers, read-only content access, concurrency cancellation, Bun setup, frozen dependency installation, tests, and linting.

Estimated code review effort: 2 (Simple) | ~10 minutes

Poem

I’m a rabbit in the CI lane,
Checking every push and change.
Bun hops in, tests run bright,
Lint keeps the code clean and light.
Green checks dance beneath the moon.


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.

@joaovjo
joaovjo merged commit b4a7324 into main Aug 11, 2026
2 of 3 checks passed
@joaovjo
joaovjo deleted the chore/sprint-27-ci branch August 11, 2026 08:57
Comment thread .github/workflows/ci.yml
uses: actions/checkout@v6

- name: Set up Bun
uses: oven-sh/setup-bun@v2
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.

2 participants