We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
limactl edit
1 parent cc577be commit beeeccfCopy full SHA for beeeccf
.github/workflows/test.yml
@@ -90,6 +90,10 @@ jobs:
90
run: make
91
- name: Install
92
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
97
- name: Uninstall
98
run: sudo make uninstall
99
0 commit comments