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