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