diff --git a/.github/workflows/go-check.yml b/.github/workflows/go-check.yml index 251f7fa..a9c7c72 100644 --- a/.github/workflows/go-check.yml +++ b/.github/workflows/go-check.yml @@ -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