Skip to content

ci(check-ubuntu): install uv so subprocess lint step can run#206

Merged
zackees merged 1 commit intomainfrom
fix/check-ubuntu-install-uv
Apr 24, 2026
Merged

ci(check-ubuntu): install uv so subprocess lint step can run#206
zackees merged 1 commit intomainfrom
fix/check-ubuntu-install-uv

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 24, 2026

Summary

Failing run: https://github.com/FastLED/fbuild/actions/runs/24905357266

Test plan

  • CI Check (ubuntu-latest) passes on this PR (previously failed at the lint step).
  • Lint subprocess spawns workflow remains green (unchanged).

🤖 Generated with Claude Code

The "Lint subprocess spawns" step added in #200 invokes `uv run`, but
the Check Ubuntu job never installs uv, so the main-branch run fails
with `uv: command not found` (exit 127).

Add `astral-sh/setup-uv@v3` before the step — matches how the sibling
`lint-subprocess.yml` workflow already sets up uv.

Failing run: https://github.com/FastLED/fbuild/actions/runs/24905357266

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 2026

Warning

Rate limit exceeded

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

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 48 minutes and 37 seconds.

⌛ 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 91735d8d-bf19-4c5b-98a7-6bdac9f346db

📥 Commits

Reviewing files that changed from the base of the PR and between d088072 and 3f54689.

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

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.

@zackees zackees merged commit 4434d75 into main Apr 24, 2026
78 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