Skip to content

fix: prevent model auto-switch from interrupting active transcription #48

fix: prevent model auto-switch from interrupting active transcription

fix: prevent model auto-switch from interrupting active transcription #48

Workflow file for this run

name: "prettier"
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run prettier
run: bun run format:check