From 63fd6810bf9c0f4109dbc5cafee11753c50d33a6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 19:38:44 +0200 Subject: [PATCH] feat(ci): use git.cryptic.systems/volker.raschek/markdownlint v0.33.0 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8f324e9..de6392f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: markdown lint commands: - markdownlint *.md - image: docker.io/volkerraschek/markdownlint:0.30.0 + image: git.cryptic.systems/volker.raschek/markdownlint:0.33.0 resources: limits: cpu: 150