texinfo
pigeonmoelleux 2024-06-23 00:51:54 +02:00
parent 7a63248034
commit df83c5a290
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
stages: [ style ]
default:
image: markdownlint/markdownlint:0.13.0
interruptible: true
style:
stage: style
image: registry.gitlab.com/pipeline-components/markdownlint:latest
script:
- if [[ $(mdl .) ]]; then true; else false; fi