Add markdown linting (#2)
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:
Andrew Tomaka 2023-02-18 19:24:52 -05:00
parent 516791bb33
commit b73cef625f

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: