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