Skip to content

Commit bdf8858

Browse files
committed
wip
1 parent 11269da commit bdf8858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@ jobs:
104104
- name: "Check for any unstaged changes"
105105
run: |
106106
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
107108
exit 1
108109
fi

0 commit comments

Comments
 (0)