Skip to content

Commit

Permalink
Merge pull request #328 from smash-transport/roch/fix_formatter_WF2
Browse files Browse the repository at this point in the history
New formatter workflow test
  • Loading branch information
Hendrik1704 authored Nov 25, 2024
2 parents b9b7642 + 4b3c321 commit 2a4c333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
if: steps.black-check.outcome == 'failure'
id: extract-pr-number
run: |
echo "Pull request URL: '${{ steps.create-pull-request.outputs.pull-request-url }}'"
if [[ -z "${{ steps.create-pull-request.outputs.pull-request-url }}" ]]; then
echo "No pull request URL found. Exiting."
exit 1
Expand Down

0 comments on commit 2a4c333

Please sign in to comment.