Speed up mdformat build
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Andrew Tomaka 2023-02-20 20:23:29 -05:00
parent 20bb8a58fc
commit 5bed34cc09
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

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