Skip to content

Commit 87015d2

Browse files
Ralph Agentclaude
andcommitted
🐛 Fix lint CI: replace removed make setup with uv sync + install_tools
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ddcd3ad commit 87015d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter_require_ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Add uv to path
2626
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2727
- name: Setup
28-
run: make setup
28+
run: uv sync && make install_tools
2929
- name: Run ruff
3030
run: make ruff
3131
- name: Run complexity check

0 commit comments

Comments
 (0)