Generate stringer files automatically #841
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
haha,
stringer
wasn't installed! (and we may need to tweakPATH
unless GH does it for us)