Skip to content

Commit f8227fa

Browse files
committed
fix format check
1 parent 77602f3 commit f8227fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: uv sync --all-extras --dev
2020

2121
- name: Ruff livekit-api
22-
run: uvx ruff check --output-format=github .
22+
run: uv ruff check --output-format=github .
2323

2424
- name: Check format
25-
run: uvx format --check .
25+
run: uvx ruff format --check .

0 commit comments

Comments
 (0)