Skip to content

Commit beeeccf

Browse files
committed
test.yaml: verify templates match limactl edit format
Signed-off-by: Norio Nomura <[email protected]>
1 parent cc577be commit beeeccf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
run: make
9191
- name: Install
9292
run: sudo make install
93+
- name: Verify templates match `limactl edit` format
94+
run: |
95+
find examples -name '*.yaml' -exec limactl edit --set 'del(.nothing)' {} \;
96+
git diff-index --exit-code HEAD
9397
- name: Uninstall
9498
run: sudo make uninstall
9599

0 commit comments

Comments
 (0)