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 f4e3a4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
9 changes: 4 additions & 5 deletions gen/proto/proto_edelweiss.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4e3a4f

Please sign in to comment.