Skip to content

Commit

Permalink
Print black diff in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed Feb 21, 2024
1 parent 3de72e6 commit 396c45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Code formatting
uses: psf/black@stable
with:
options: "--check --verbose"
options: "--check --verbose --diff"
src: "./om3utils ./tests"

build:
Expand Down

0 comments on commit 396c45e

Please sign in to comment.