ci: debian -> markdownlint/markdownlint

texinfo
pigeonmoelleux 2024-06-23 00:45:09 +02:00
parent 43e28bdd10
commit 7a63248034
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
stages: [ style ]
default:
image: debian:latest
image: markdownlint/markdownlint:0.13.0
interruptible: true
style:
stage: style
script:
- apt-get update
- apt-get install -y ruby-mdl
- if [[ $(mdl .) ]]; then true; else false; fi