Skip to content

Commit 6a10de4

Browse files
committed
ci: scope ruff to src/vtk_mcp/ only (exclude legacy vtk_mcp_server)
1 parent c4513d5 commit 6a10de4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
run: uv sync --extra dev
2626

2727
- name: ruff lint
28-
run: uv run ruff check src/
28+
run: uv run ruff check src/vtk_mcp/
2929

3030
- name: ruff format check
31-
run: uv run ruff format --check src/
31+
run: uv run ruff format --check src/vtk_mcp/
3232

3333
actionlint:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)