We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8227fa commit ecf6cccCopy full SHA for ecf6ccc
.github/workflows/ruff.yml
@@ -19,7 +19,7 @@ jobs:
19
run: uv sync --all-extras --dev
20
21
- name: Ruff livekit-api
22
- run: uv ruff check --output-format=github .
+ run: uvx ruff check --output-format=github .
23
24
- name: Check format
25
run: uvx ruff format --check .
0 commit comments