Fix bats and shellcheck steps

This commit is contained in:
Koen Rouwhorst 2019-10-12 17:28:08 +02:00
parent 4301cefbb7
commit f4987d1c4c

View file

@ -14,11 +14,9 @@ jobs:
args: Dockerfile
- name: Bats
uses: actions/bin/bats@master
uses: koenrh/actions/bats@master
with:
args: test/*.bats
- name: ShellCheck
uses: actions/bin/shellcheck@master
with:
args: entrypoint.sh
run: shellcheck entrypoint.sh