This commit is contained in:
parent
3f70024521
commit
f82cdaf736
@ -2,8 +2,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: lint
|
name: lint
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: yaml linting
|
||||||
|
image: pipelinecomponents/yamllint
|
||||||
|
commands:
|
||||||
|
- yamllint .
|
||||||
|
- name: markdown linting
|
||||||
image: 06kellyjac/markdownlint-cli
|
image: 06kellyjac/markdownlint-cli
|
||||||
commands:
|
commands:
|
||||||
- markdownlint . --config .markdownlint.yaml
|
- markdownlint . --config .markdownlint.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user