add shellcheck linting to ci pipeline

This commit is contained in:
Robert Kaussow 2020-02-03 16:56:25 +01:00
parent 7cf2011399
commit 12bc3fa473
1 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@ platform:
arch: amd64
steps:
- name: lint
image: koalaman/shellcheck-alpine:stable
commands:
- shellcheck ./wait-for
- name: test
image: bats/bats
commands:
@ -55,6 +60,6 @@ depends_on:
---
kind: signature
hmac: 495a8f60228b02351858fb8226da326dfacb1cfb3a749143a3d89218782e335b
hmac: 6598a24cb0cb1cb6b21426c5085dcf5fd63b38ea6cb4492f04b06149361bd82a
...