Add migrated GitHub workflow

This commit is contained in:
Koen Rouwhorst 2019-08-11 13:39:53 +02:00
parent 835e587377
commit 983c9306ba

24
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,24 @@
---
on: push
name: Test
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Dockerfilelint
uses: docker://replicated/dockerfilelint
with:
args: Dockerfile
- name: Bats
uses: actions/bin/bats@master
with:
args: test/*.bats
- name: ShellCheck
uses: actions/bin/shellcheck@master
with:
args: entrypoint.sh