Skip to content

feat: add Qwen3-ASR batch transcription engine #63

feat: add Qwen3-ASR batch transcription engine

feat: add Qwen3-ASR batch transcription engine #63

Workflow file for this run

name: Format
on:
pull_request:
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check