kubeconform/.github/workflows/main.yml
2020-05-31 21:47:22 +02:00

17 lines
No EOL
230 B
YAML

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: test
run: make docker-test
- name: build
run: make docker-build-static