From 6415c7716d0ff79d2952598b8b2ee99bc48d02a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 9 Aug 2022 15:57:06 +0100 Subject: [PATCH] Nicer step names --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4bc3c6..652f58c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,13 +17,13 @@ steps: - su drone -c 'npm test' depends_on: - setup -- name: lint-js +- name: lint js image: gitea.kosmos.org/kredits/docker-ci:latest commands: - su drone -c 'npm run lint:wrapper' depends_on: - setup -- name: lint-contracts +- name: lint contracts image: gitea.kosmos.org/kredits/docker-ci:latest commands: - su drone -c 'npm run lint:contracts'