From 6d35d7d3ab3ab78386aade82af5081babb38c08d Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 2 May 2023 01:44:00 -0400 Subject: [PATCH] - Litle change --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d2ee014..11c8ee1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ workspace: path: /drone/src steps: -- name: lint +- name: Lint image: node:latest commands: - npm install -g yarn