From a275c9bde202ea98b8806df749c0c8603b7245e8 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 19:38:31 +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 5a047a9..d7342ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: markdown lint commands: - markdownlint *.md - image: docker.io/volkerraschek/markdownlint:0.33.0 + image: git.cryptic.systems/volker.raschek/markdownlint:0.33.0 resources: limits: cpu: 150