Use mdformat container #3

Merged
atomaka merged 1 commit from mdformat-container into master 2023-02-20 20:55:58 -05:00

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