Add markdown linting (#2)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.tomaka.onl/atomaka/atomaka.com/pulls/2
This commit is contained in:
parent
516791bb33
commit
b73cef625f
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