Skip to content

Commit 535049f

Browse files
committed
black print diff
1 parent 417d402 commit 535049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install .
2727
- name: Check
2828
run: |
29-
black --check svdtools
29+
black --check --diff svdtools
3030
isort --check-only svdtools
3131
- name: Test
3232
run: pytest svdtools

0 commit comments

Comments
 (0)