Add markdown linting #2

Merged
atomaka merged 1 commit from lint into master 2023-02-18 19:24:56 -05:00
Showing only changes of commit c0e2645264 - Show all commits

View file

@ -2,6 +2,11 @@ name: test
kind: pipeline
steps:
- name: linting
image: python
commands:
- pip install -r requirements.txt
- mdformat --check _posts/
- name: jekyll-build
image: ruby
commands: