From b7ac8bce83d1aab8e28c3b132ed9c32a6afcf49e Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 12 Aug 2022 23:47:14 +0200 Subject: [PATCH] Added lint setup to drone ci --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0fb4a3f..5e1ed24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,12 @@ steps: - yarn - yarn build + - name: run eslint on project files + image: node:18.2.0 + commands: + - yarn lint + failure: ignore + - name: deploy image: appleboy/drone-ssh pull: true