We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77602f3 commit f8227faCopy full SHA for f8227fa
1 file changed
.github/workflows/ruff.yml
@@ -19,7 +19,7 @@ jobs:
19
run: uv sync --all-extras --dev
20
21
- name: Ruff livekit-api
22
- run: uvx ruff check --output-format=github .
+ run: uv ruff check --output-format=github .
23
24
- name: Check format
25
- run: uvx format --check .
+ run: uvx ruff format --check .
0 commit comments