Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,10 +629,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- uses: oven-sh/setup-bun@v2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E2E workflow YAML step misindented

High Severity

The oven-sh/setup-bun@v2 step is indented one space more than sibling steps under test-e2e steps, so the list item is not aligned with actions/checkout and pnpm/action-setup. GitHub Actions may reject the workflow or treat the Bun setup as nested under checkout instead of a separate step.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ced9182. Configure here.

with:
bun-version: "1.3.13"
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: "22"
- uses: actions/cache@v5
id: cache
with:
Expand Down
Loading
Loading