Skip to content

Commit

Permalink
ci: make black check show diff (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Feb 9, 2020
1 parent 9596e6a commit 2e68fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install -U .[style]
- name: Style check
run: |
black --check ./
black --check --diff ./
docs:
name: Build docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e68fd6

Please sign in to comment.