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