Docker lint

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

View File

@ -11,10 +11,10 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 12 node-version: 12
# - name: Docker Lint - name: Docker Lint
# uses: docker://replicated/dockerfilelint uses: docker://replicated/dockerfilelint
# with: with:
# args: Dockerfile args: Dockerfile
# - name: Shell Lint # - name: Shell Lint
# uses: actions/bin/shellcheck@master # uses: actions/bin/shellcheck@master
# with: # with: