Skip to content

Commit

Permalink
ci: check ruff format instead of applying it (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Jan 8, 2025
1 parent a02c508 commit 5698384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: uv run --frozen ruff check . --config pyproject.toml --output-format=github --no-fix

- name: Formatting (ruff)
run: uv run --frozen ruff format
run: uv run --frozen ruff format --check

- name: Typing (pyright)
run: uv run --frozen pyright
Expand Down

0 comments on commit 5698384

Please sign in to comment.