Show status on stringer check

Apply review comments about stringer workflow steps

Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
Kirill 2021-11-08 11:19:55 +03:00 committed by GitHub
parent f633706986
commit 67bd1b00f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)