Skip to content

Commit

Permalink
ci: black show diff
Browse files Browse the repository at this point in the history
  • Loading branch information
artemisart committed Feb 3, 2024
1 parent 54eafb7 commit fb2d95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Pylint
run: poetry run pylint functional
- name: black
run: poetry run black --check functional
run: poetry run black --diff --color functional
if: always()
- name: Test with pytest
run: poetry run pytest --cov=functional --cov-report=xml
Expand Down

0 comments on commit fb2d95b

Please sign in to comment.