Skip to content

Commit

Permalink
Add Black breakage notification to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Dec 25, 2022
1 parent faa4627 commit 5fcd387
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Note a possible Black incompatibility and required actions
if: failure()
run: |
echo "### :x: Black incompatibility? :x: " >>$GITHUB_STEP_SUMMARY
echo "" >>$GITHUB_STEP_SUMMARY
echo "See [#382](/akaihola/darker/issues/382)" >>$GITHUB_STEP_SUMMARY
echo "for possible required actions" >> $GITHUB_STEP_SUMMARY

0 comments on commit 5fcd387

Please sign in to comment.