Skip to content

Commit

Permalink
Update formatting-check.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Jul 11, 2024
1 parent b859445 commit 688f81b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/formatting-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: |
sudo apt install -y python3.10 python3-pip
pip3 install git+https://github.com/psf/black
black --version
black .
cat src/python/blazingmq/dev/it/tweaks/generated.py
git diff -q | tee format_diff.txt
if [ -s format_diff.txt ]; then exit 1; fi

0 comments on commit 688f81b

Please sign in to comment.