Skip to content

fix: backport abandoned data stream writer drop from node-sdks a6f8a35 #2338

fix: backport abandoned data stream writer drop from node-sdks a6f8a35

fix: backport abandoned data stream writer drop from node-sdks a6f8a35 #2338

Workflow file for this run

name: Ruff - Checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: "3.9"
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install the project
run: uv sync --all-extras --dev
# Use the ruff version pinned in uv.lock rather than uvx's latest release,
# so lint results only change when the lockfile is intentionally updated.
- name: Ruff livekit-api
run: uv run ruff check --output-format=github .
- name: Check format
run: uv run ruff format --check .