This commit is contained in:
parent
0d4fa6e25b
commit
6997d56ead
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- vnu static/*.html
|
- vnu static/*.html
|
||||||
|
|
||||||
|
- name: markdown lint
|
||||||
|
image: pipelinecomponents/markdownlint:latest
|
||||||
|
commands:
|
||||||
|
- mdl --style all --warnings .
|
||||||
|
|
||||||
- name: build image
|
- name: build image
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue