From 12bc3fa473688a730e32f409a8ff1ec2018b73a9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 3 Feb 2020 16:56:25 +0100 Subject: [PATCH] add shellcheck linting to ci pipeline --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index db66625..bf1b507 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...