Skip to content

Commit

Permalink
Merge branch 'implement-ruff-as-check' of https://github.com/ministry…
Browse files Browse the repository at this point in the history
…ofjustice/hmpps-ldap-automation-cli into implement-ruff-as-check
  • Loading branch information
georgepstaylor committed Sep 18, 2024
2 parents 852b901 + 6133a43 commit 0d2f99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo '```' >> format_output.txt
echo "Some Python code is not properly formatted." >> format_output.txt
echo "Please run 'ruff format' to format the code." >> format_output.txt
gh pr comment ${{ github.event.pull_request.number }} --bodyfile format_output.txt
gh pr comment ${{ github.event.pull_request.number }} --body-file format_output.txt
exit 1
fi
# lint:
Expand Down

0 comments on commit 0d2f99a

Please sign in to comment.