Use mdformat container (#3)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #3
This commit is contained in:
Andrew Tomaka 2023-02-20 20:55:55 -05:00
parent 20bb8a58fc
commit 017279d727
1 changed files with 1 additions and 2 deletions

View File

@ -3,9 +3,8 @@ kind: pipeline
steps:
- name: linting
image: python
image: docker.atomaka.com/mdformat
commands:
- pip install -r requirements.txt
- mdformat --check _posts/
- name: jekyll-build
image: ruby