Commit c67f809
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments