Ensure "generate" step runs in CI prior to diff check
This commit is contained in:
parent
82ea9f70c0
commit
65c98c86ad
1
.github/workflows/cli.yml
vendored
1
.github/workflows/cli.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
||||
GFLAGS: -tags urfave_cli_no_docs
|
||||
- run: make check-binary-size
|
||||
- run: make yamlfmt
|
||||
- run: make generate
|
||||
- run: make diffcheck
|
||||
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||
run: make v2diff
|
||||
|
Loading…
Reference in New Issue
Block a user