stages: [ style ]

default:
  interruptible: true

style:
  stage: style
  image: registry.gitlab.com/pipeline-components/markdownlint:latest
  script:
    - if [[ $(mdl .) ]]; then true; else false; fi