From 1ac106e0b28792d89af11547c8615e2b583694aa Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sun, 16 Oct 2022 15:18:14 +0200 Subject: [PATCH] drone config --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 72a6c66..2777931 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: default steps: - name: lint - image: registry.gitlab.com/pipeline-components/luacheck:latest - commands: - - luacheck . +- name: lint + image: registry.gitlab.com/pipeline-components/luacheck:latest + commands: + - luacheck .