There's no CI yet. Add a minimal GitHub Actions workflow that runs the pure-logic self-checks on push/PR so regressions are caught:
python -m v2t.config && python -m v2t.backends && python -m v2t.bench
These need no models/audio (lazy MLX imports), so they run on a stock ubuntu runner. Also lint with ruff check v2t/.
Follow-up from PR #2 (#2).
There's no CI yet. Add a minimal GitHub Actions workflow that runs the pure-logic self-checks on push/PR so regressions are caught:
These need no models/audio (lazy MLX imports), so they run on a stock ubuntu runner. Also lint with
ruff check v2t/.Follow-up from PR #2 (#2).