Skip to content

Commit b6e45d5

Browse files
Show ruff format diff in CI (#178)
1 parent c31723a commit b6e45d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Ruff check
2323
run: uv run ruff check
2424
- name: Ruff format
25-
run: uv run ruff format --check
25+
run: uv run ruff format --check --diff
2626

2727
build-n-publish:
2828
name: Build and publish Python distributions to PyPI

0 commit comments

Comments
 (0)