Add markdown linting (#2)
continuous-integration/drone/push Build is passing Details

Reviewed-on: https://git.tomaka.onl/atomaka/atomaka.com/pulls/2
This commit is contained in:
Andrew Tomaka 2023-02-18 19:24:52 -05:00
parent 516791bb33
commit b73cef625f
1 changed files with 5 additions and 0 deletions

View File

@ -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: