Use mdformat container (#3)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #3
This commit is contained in:
Andrew Tomaka 2023-02-20 20:55:55 -05:00
parent 20bb8a58fc
commit 017279d727

View file

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