Add shellchecking

This commit is contained in:
Luke Murphy 2020-09-25 12:43:35 +02:00
parent c38bd61daa
commit 7c054a6639
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
kind: pipeline
name: deploy to hub.docker.com
steps:
- name: run shellcheck
image: debian:buster
commands:
- apt update
- apt install -y shellcheck
- shellcheck plugin.sh
- name: docker push
image: plugins/docker
settings: