From a7571b2288506fafa4ded887a8c91ec5f5200637 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 7 Nov 2022 09:19:12 +0000 Subject: [PATCH] update .github/workflows/go-check.yml --- .github/workflows/go-check.yml | 1 - 1 file changed, 1 deletion(-) 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