Skip to content

Commit

Permalink
ci: print codemod diff
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Sep 23, 2023
1 parent 862db86 commit 5b4fb22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
nox -s codemod -- run-all
if [ -n "$(git status --porcelain)" ]; then
echo "::error::Please run 'nox -s codemod -- run-all' locally and commit the changes." >&2;
echo "::group::git diff"
git diff
echo "::endgroup::"
exit 1;
else
exit 0;
Expand Down

0 comments on commit 5b4fb22

Please sign in to comment.