Skip to content

Commit 0fde4b5

Browse files
committed
Add gen step to GH actions
1 parent 49352a8 commit 0fde4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
- name: Install Tools
133133
if: steps.go-cache.outputs.cache-hit != 'true'
134134
run: make install-tools
135+
- run: make genotelcontribcol
135136
- name: CheckDoc
136137
run: make checkdoc
137138
- name: Porto

0 commit comments

Comments
 (0)