We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11269da commit bdf8858Copy full SHA for bdf8858
.github/workflows/python-tests.yml
@@ -104,5 +104,6 @@ jobs:
104
- name: "Check for any unstaged changes"
105
run: |
106
if [ -n "$(git status --porcelain)" ]; then
107
+ echo "#### Format or Lint changes found. Please run 'uvx nox --session format lint' locally and push the changes." >> $GITHUB_STEP_SUMMARY
108
exit 1
109
fi
0 commit comments