We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02c508 commit 5698384Copy full SHA for 5698384
.github/workflows/python-app.yml
@@ -31,7 +31,7 @@ jobs:
31
run: uv run --frozen ruff check . --config pyproject.toml --output-format=github --no-fix
32
33
- name: Formatting (ruff)
34
- run: uv run --frozen ruff format
+ run: uv run --frozen ruff format --check
35
36
- name: Typing (pyright)
37
run: uv run --frozen pyright
0 commit comments