mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-20 18:37:01 +00:00
Small CI for openapi2jsonschema, publish docker image
This commit is contained in:
parent
40f96960c6
commit
9bb665fb41
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: ci
|
name: kubeconform
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
kubeconform-test:
|
kubeconform-test:
|
||||||
|
|
|
||||||
2
.github/workflows/openapi2jsonschema.yml
vendored
2
.github/workflows/openapi2jsonschema.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: ci
|
name: openapi2jsonschema
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue