ci: add shellcheck step
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-09 13:55:49 +02:00
parent 5b28e83627
commit e1e39528b5
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 6 additions and 1 deletions

View File

@ -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
...