Skip to content

feat(cli): add otari import claude-code to backfill transcript usage #1601

feat(cli): add otari import claude-code to backfill transcript usage

feat(cli): add otari import claude-code to backfill transcript usage #1601

Workflow file for this run

name: Otari Typecheck
on:
push:
branches: [ main, develop ]
paths:
- 'src/gateway/**'
- 'tests/**'
- 'scripts/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/otari-typecheck.yml'
pull_request:
branches: [ main ]
paths:
- 'src/gateway/**'
- 'tests/**'
- 'scripts/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/otari-typecheck.yml'
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
python-version: 3.14
activate-environment: true
- name: Install dependencies
run: uv sync --dev --frozen
- name: Run mypy type check
run: make typecheck