From 5bed34cc096e232305a160364e2c40bb154fc06b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 20 Feb 2023 20:23:29 -0500 Subject: [PATCH] Speed up mdformat build --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 91fc53d..3570884 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 -- 2.45.2