From 017279d7278b38c8a6335ee9df242b258018d607 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 20 Feb 2023 20:55:55 -0500 Subject: [PATCH] Use mdformat container (#3) Reviewed-on: https://git.atomaka.com/atomaka/atomaka.com/pulls/3 --- .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