Add installation of shellcheck
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-09-08 08:55:57 +02:00
parent 0be39305b9
commit 0f6a6018bd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ steps:
- name: run shellcheck
image: debian:buster
commands:
- apt update
- apt install -y shellcheck
- shellcheck abra
trigger:
branch: