Merge pull request #1 from yannh/github-actions

github actions first commit
This commit is contained in:
Yann Hamon 2020-05-31 21:09:23 +02:00 committed by GitHub
commit a5e0168052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
ci/kubeconform.yml Normal file
View file

@ -0,0 +1,17 @@
name: kubeconform
on:
push:
branches: [ master ]
jobs:
build:
name: docker-build
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: docker-build
run: |
docker build .