From 510c9f3da44fa85819aa70e8b795ce963f3a83b3 Mon Sep 17 00:00:00 2001 From: kleph Date: Tue, 27 Oct 2020 16:27:30 +0100 Subject: [PATCH] [CI] Remove yaml lint stage, it's done with a precommit hook --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ccf8a3b..e471985 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,6 @@ kind: pipeline name: lint steps: -- name: yaml lint - image: cytopia/yamllint - commands: - - yamllint . - - name: markdown lint image: pipelinecomponents/markdownlint:latest commands: