Skip to content

Update dependency @livekit/components-react to v2.9.21 #2013

Update dependency @livekit/components-react to v2.9.21

Update dependency @livekit/components-react to v2.9.21 #2013

Workflow file for this run

name: Ruff - Checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- 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
- name: Ruff livekit-api
run: uvx ruff check --output-format=github .
- name: Check format
run: uvx ruff format --check .