11 lines
154 B
YAML
11 lines
154 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
name: lint
|
||
|
|
||
|
steps:
|
||
|
- name: markdown lint
|
||
|
image: pipelinecomponents/markdownlint:latest
|
||
|
commands:
|
||
|
- mdl --style all --warnings .
|
||
|
|