Skip to content

feat: Migrate from OpenAI to Gemini Live for speech-to-speech #7

feat: Migrate from OpenAI to Gemini Live for speech-to-speech

feat: Migrate from OpenAI to Gemini Live for speech-to-speech #7

Workflow file for this run

name: Sanity Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
timeout-minutes: 5
strategy:
matrix:
os: [
ubuntu-24.04,
# windows-latest,
# macos-latest,
]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run check