Add markdown linting #2
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ name: test
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: linting
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- mdformat --check _posts/
|
||||||
- name: jekyll-build
|
- name: jekyll-build
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue