Skip to content

Commit fb3ee74

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Add example generation to workflows
Signed-off-by: Dale Haiducek <[email protected]>
1 parent bc0753a commit fb3ee74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/linters.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ jobs:
3737
run: |
3838
make fmt
3939
git diff --exit-code
40+
41+
- name: Verify binary and examples
42+
run: |
43+
make build
44+
echo "::group::Generate example"
45+
make generate
46+
echo "::endgroup::"

0 commit comments

Comments
 (0)