Skip to content

feat: add opencode as alternative teammate backend #14

feat: add opencode as alternative teammate backend

feat: add opencode as alternative teammate backend #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
- run: uv sync --locked --group dev
- run: uv run pytest