ci: add markdownlint stage
This commit is contained in:
parent
345770b8a4
commit
79471f9110
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue