Use mdformat container (#3)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
This commit is contained in:
parent
20bb8a58fc
commit
017279d727
1 changed files with 1 additions and 2 deletions
|
@ -3,9 +3,8 @@ kind: pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: linting
|
- name: linting
|
||||||
image: python
|
image: docker.atomaka.com/mdformat
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
|
||||||
- mdformat --check _posts/
|
- mdformat --check _posts/
|
||||||
- name: jekyll-build
|
- name: jekyll-build
|
||||||
image: ruby
|
image: ruby
|
||||||
|
|
Loading…
Reference in a new issue