From e1e39528b518553316a1f08d553c68c4e7802c3e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 9 Oct 2021 13:55:49 +0200 Subject: [PATCH] ci: add shellcheck step --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0de1b6c..a149bf8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,11 @@ platform: arch: amd64 steps: + - name: lint + image: koalaman/shellcheck-alpine:stable + commands: + - shellcheck ./wait-for + - name: markdownlint image: thegeeklab/markdownlint-cli commands: @@ -121,6 +126,6 @@ depends_on: --- kind: signature -hmac: 3d3a49cd900fe822c6568d4f2f2e6e9d628ddf2aca147079658b117c8de92c45 +hmac: b39df187d1afbd5bcdd61c24ab2ec2754f545189fe1297e6b8f020d242c882b6 ...