We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9a072 commit d07c620Copy full SHA for d07c620
.github/workflows/build-test-publish.yaml
@@ -149,10 +149,12 @@ jobs:
149
- name: Gen genotelcontribcol
150
run: |
151
make genotelcontribcol
152
+ git diff
153
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make genotelcontribcol" and commit the changes in this PR.' && exit 1)
154
- name: Gen genoteltestbedcol
155
156
make genoteltestbedcol
157
158
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make genoteltestbedcol" and commit the changes in this PR.' && exit 1)
159
- name: CodeGen
160
0 commit comments