From 23544c6568967a788e46d0f9360f0deed3952966 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 14 Oct 2022 18:54:34 +0200 Subject: [PATCH] chore(ci): show go generated diff (if any) --- .github/workflows/go-check.yml | 1 + 1 file changed, 1 insertion(+) 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