From eeb2208c9f85999dcae088ca963f6500253d9c54 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 19:39:05 +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 f7d1dac..fee48c9 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