Skip to content

Commit

Permalink
Merge pull request #296 from vmware-tanzu/dont-continue-on-generate
Browse files Browse the repository at this point in the history
commit is not valid without updated 'generables'
  • Loading branch information
squeedee authored Nov 4, 2021
2 parents 10b68af + ded351d commit 1330ee6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
make copyright
[ -z "$(git status --porcelain)" ] || git diff HEAD --exit-code
- name: check all generables were regenerated and commited
run: |-
make gen-manifests gen-objects test-gen-manifests test-gen-objects generate
[ -z "$(git status --porcelain)" ] || git diff HEAD --exit-code
- name: lint
run: |-
make lint
Expand Down

0 comments on commit 1330ee6

Please sign in to comment.