change linting rules
This commit is contained in:
parent
3b580d7a5b
commit
58c91bee59
@ -8,7 +8,12 @@ steps:
|
|||||||
image: pipelinecomponents/yamllint
|
image: pipelinecomponents/yamllint
|
||||||
commands:
|
commands:
|
||||||
- yamllint .
|
- yamllint .
|
||||||
|
|
||||||
- name: markdown linting
|
- name: markdown linting
|
||||||
image: 06kellyjac/markdownlint-cli
|
image: 06kellyjac/markdownlint-cli
|
||||||
commands:
|
commands:
|
||||||
- markdownlint . -i themes
|
- markdownlint . -i themes
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user