Skip to content

feat(audio): stamp iwac:transcriptionModel, where the model can be named #51

feat(audio): stamp iwac:transcriptionModel, where the model can be named

feat(audio): stamp iwac:transcriptionModel, where the model can be named #51

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Ruff
run: ruff check .
- name: Tests
run: pytest tests/ -q