Skip to content

Commit 5698384

Browse files
authored
ci: check ruff format instead of applying it (#225)
1 parent a02c508 commit 5698384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: uv run --frozen ruff check . --config pyproject.toml --output-format=github --no-fix
3232

3333
- name: Formatting (ruff)
34-
run: uv run --frozen ruff format
34+
run: uv run --frozen ruff format --check
3535

3636
- name: Typing (pyright)
3737
run: uv run --frozen pyright

0 commit comments

Comments
 (0)