Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-07-20 13:11:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-12-15 01:34:47 +0300
commitc171435ae9df4d2a6d6cdcd3b0ce3e569f5d6d3d (patch)
tree272d529503d185b6683310dc939a68d11fa20ef0 /.github
parenta1924b9bbce34652cc6ae289973e908a1b8cb1e6 (diff)
Add Markdownlint gem.
Use it with `bundle exec mdl --style mdl-style.rb _posts`.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c7e6f64d..6fa3d436 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,5 +45,8 @@ jobs:
- run: bundle exec jekyll doctor
+ - name: Run markdownlint
+ run: bundle exec mdl --style mdl-style.rb _posts
+
- name: Run html-proofer
run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-external-hash --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains "blog.getbootstrap.com"