feat: implement local code scout, training pipeline, and MCP tools

This commit is contained in:
emil28092005
2026-09-16 03:57:09 +03:00
parent 2e5ab98c56
commit ba24db2be5
33 changed files with 4347 additions and 27 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
core:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
version: "0.11.12"
- run: uv sync --extra dev --extra mcp --python 3.12 --frozen
- run: uv run --no-sync ruff check src tests
- run: uv run --no-sync ruff format --check src tests
- run: uv run --no-sync pytest -q