Merge remote-tracking branch 'origin/main' into feature/tui-dashboard

# Conflicts:
#	.github/workflows/ci.yml
This commit is contained in:
bryan
2026-02-03 12:26:51 -08:00
14 changed files with 219 additions and 137 deletions
+5 -2
View File
@@ -25,15 +25,18 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Install dependencies
run: uv sync --project core --group dev
- name: Ruff lint
run: |
uv run --project core ruff check core/
uv run --project tools ruff check tools/
uv run --project core ruff check tools/
- name: Ruff format
run: |
uv run --project core ruff format --check core/
uv run --project tools ruff format --check tools/
uv run --project core ruff format --check tools/
test:
name: Test Python Framework