From 9660f32b8439fa171a04f06d0fd4aadf68a686da Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 22 Sep 2020 13:55:44 +0200 Subject: [PATCH] Check also the installer script --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e0dd144..9c52b22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - apt update - apt install -y shellcheck - - shellcheck abra + - shellcheck abra installer trigger: branch: - main