Skip to content

Extend configuration system to MCPs, agents, skills and more #81

Extend configuration system to MCPs, agents, skills and more

Extend configuration system to MCPs, agents, skills and more #81

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
name: Unit tests
uses: ./.github/workflows/uv-run.yml
with:
command_name: Run tests
command: uv run pytest operations/cleanup/tests/ -v
typecheck:
name: Typechecks
uses: ./.github/workflows/uv-run.yml
with:
command_name: Run mypy
command: uv run mypy operations --ignore-missing-imports