Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
chore(ci): show go generated diff (if any)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 14, 2022
1 parent d2262b6 commit 23544c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ jobs:
if ! $(git add . && git diff-index HEAD --exit-code --quiet); then
echo "go generated caused changes to the repository:"
git status --short
git status -vv
exit 1
fi

0 comments on commit 23544c6

Please sign in to comment.