Commit fd20f5f
fix(ci): properly configure uv environment for lint script
- Revert lint.sh to use direct commands (not uv run) since the script runs in uv environment
- Add 'uv sync' step to lint-backend.yml to install dependencies before running
- Commands in bash scripts run via 'uv run bash script.sh' already have access to the uv environment
Per uv documentation, when running 'uv run bash scripts/lint.sh', the environment is already set up,
so commands like mypy and ruff can be called directly without uv run prefix.
Related to CUR-29
🤖 Generated by Aygentic
Co-Authored-By: Aygentic <noreply@aygentic.com>1 parent be68275 commit fd20f5f
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments