From 67bd1b00f668198e1527331c3c3a8bfc3e9de350 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 8 Nov 2021 11:19:55 +0300 Subject: [PATCH] Show status on stringer check Apply review comments about stringer workflow steps Co-authored-by: lhchavez --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0edadb2..8a8adf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,4 +120,4 @@ jobs: - name: Generate files run: make generate - name: Check nothing changed - run: git diff --quiet --exit-code || (echo "detected changes after generate" && exit 1) + run: git diff --quiet --exit-code || (echo "detected changes after generate" ; git status ; exit 1)