check scripts recursively
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-09 14:10:11 +02:00
parent c87766313e
commit cb02272153
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ steps:
image: koalaman/shellcheck-alpine:stable
commands:
- shellcheck --version
- find ./overlay -type f -exec grep -Eq '^#!(.*/|.*env +)(sh|bash|ksh)' {} \; | xargs shellcheck
- grep -ErlI '^#!(.*/|.*env +)(sh|bash|ksh)' ./overlay/ | xargs shellcheck
- name: markdownlint
image: thegeeklab/markdownlint-cli
@ -120,6 +120,6 @@ depends_on:
---
kind: signature
hmac: 5674f13422f7e69803be61274fbe4ff4d84c38cdd1679fb297b705868f895ca5
hmac: 2bea4511aa7215cd4fa21a264904e5b111c0acfa15c286b77117aa55e385f3db
...