Skip to content

Commit f86ff78

Browse files
author
Per Goncalves da Silva
committed
add convert regression gha
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 7888bd8 commit f86ff78

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/convert-diff.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: bundle-convert-diff
2+
on:
3+
pull_request:
4+
jobs:
5+
crd-diff:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
with:
10+
fetch-depth: 0
11+
12+
- uses: actions/setup-go@v5
13+
with:
14+
go-version-file: go.mod
15+
16+
- name: Run make verify-convert
17+
run: make verify-convert

0 commit comments

Comments
 (0)