Workflow test

This commit is contained in:
Borales 2019-10-13 22:43:10 +02:00
parent 8b95fae89c
commit ab1419e4cb
No known key found for this signature in database
GPG Key ID: CDC05EA9067B0EB5

View File

@ -11,15 +11,15 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Docker Lint
uses: docker://replicated/dockerfilelint
with:
args: Dockerfile
- name: Shell Lint
uses: actions/bin/shellcheck@master
with:
args: entrypoint.sh
- name: Test
uses: actions/bin/bats@master
with:
args: test/*.bats
# - name: Docker Lint
# uses: docker://replicated/dockerfilelint
# with:
# args: Dockerfile
# - name: Shell Lint
# uses: actions/bin/shellcheck@master
# with:
# args: entrypoint.sh
# - name: Test
# uses: actions/bin/bats@master
# with:
# args: test/*.bats