Skip to content

Commit c67f809

Browse files
zackeesclaude
andcommitted
ci: install uv before running subprocess lint in check-ubuntu
The `Lint subprocess spawns` step calls `uv run python ci/find_direct_subprocess.py --fail` but the job never installed `uv`: `zackees/setup-soldr@v0` only installs Rust tooling. Add the same `astral-sh/setup-uv@v3` step the dedicated `lint-subprocess.yml` workflow already uses so this step can actually execute. Addresses CodeRabbit review on #200. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a48d20c commit c67f809

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: soldr cargo check --workspace --all-targets
3030
- name: Clippy
3131
run: soldr cargo clippy --workspace --all-targets -- -D warnings
32+
- uses: astral-sh/setup-uv@v3
3233
- name: Lint subprocess spawns
3334
run: uv run python ci/find_direct_subprocess.py --fail
3435
- name: Test

0 commit comments

Comments
 (0)