ci: add markdownlint stage

This commit is contained in:
Bruno BELANYI 2020-08-27 17:55:47 +02:00
parent 345770b8a4
commit 79471f9110

View file

@ -11,6 +11,14 @@ local Pipeline(isDev) = {
image: "plugins/git", image: "plugins/git",
recursive: true, recursive: true,
}, },
{
name: "markdownlint",
image: "06kellyjac/markdownlint-cli",
commands: [
"markdownlint --version",
"markdownlint content/",
],
},
{ {
name: "build", name: "build",
image: "klakegg/hugo", image: "klakegg/hugo",