mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +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
|
||||
jobs:
|
||||
kubeconform-test:
|
||||
|
|
|
|||
2
.github/workflows/openapi2jsonschema.yml
vendored
2
.github/workflows/openapi2jsonschema.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: ci
|
||||
name: openapi2jsonschema
|
||||
on: push
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue