change markdownlint target

This commit is contained in:
vincent 2021-04-20 21:14:32 +02:00
parent f7db49b554
commit e39d6dcee3

View File

@ -6,7 +6,7 @@ steps:
- name: lint - name: lint
image: 06kellyjac/markdownlint-cli image: 06kellyjac/markdownlint-cli
commands: commands:
- markdownlint **/*.md --config .markdownlint.yaml - markdownlint . --config .markdownlint.yaml
--- ---
@ -29,7 +29,6 @@ type: docker
name: deploy name: deploy
steps: steps:
- name: build - name: build
image: python image: python
commands: commands:
@ -54,4 +53,3 @@ trigger:
- master - master
event: event:
- push - push