diff --git a/.drone.jsonnet b/.drone.jsonnet index 78f6f84..59fd267 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -11,6 +11,14 @@ local Pipeline(isDev) = { image: "plugins/git", recursive: true, }, + { + name: "markdownlint", + image: "06kellyjac/markdownlint-cli", + commands: [ + "markdownlint --version", + "markdownlint content/", + ], + }, { name: "build", image: "klakegg/hugo",