From c87766313eeb1aa75284c8c97f0c450bb68f45d0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 9 Oct 2021 14:03:50 +0200 Subject: [PATCH] check scripts recursively --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 526053e..531ace4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,8 @@ steps: - name: lint image: koalaman/shellcheck-alpine:stable commands: - - shellcheck ./wait-for + - shellcheck --version + - find ./overlay -type f -exec grep -Eq '^#!(.*/|.*env +)(sh|bash|ksh)' {} \; | xargs shellcheck - name: markdownlint image: thegeeklab/markdownlint-cli @@ -119,6 +120,6 @@ depends_on: --- kind: signature -hmac: c302e7a32ae780992880870f63a96cba87d844baae7d6c9b89b2aa748cb1eb5a +hmac: 5674f13422f7e69803be61274fbe4ff4d84c38cdd1679fb297b705868f895ca5 ...