From 4bf1dbd7ebef763ceca2c43ca973cec555623780 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 25 Oct 2020 21:17:01 +0100 Subject: [PATCH] Spacing and naming --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e7b6626..6fc3bff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ steps: - apt update - apt install -y shellcheck - shellcheck abra - - name: test + + - name: run unit tests image: debian:buster commands: - apt update