ci: Add Markdown lint job

This commit is contained in:
Eduardo Almeida
2024-10-18 13:58:07 +01:00
parent ad1a8e9f86
commit ac36eec08c

View File

@@ -148,3 +148,12 @@ python-format-latest:
python-format-3.8:
extends: .python-format
image: python:3.8
# Markdown lint
markdown-lint:
stage: .pre
image: ruby:slim
before_script:
- gem install mdl
script:
- mdl -s .mdl_style.rb .