fix: ci
parent
7a63248034
commit
df83c5a290
|
@ -1,10 +1,10 @@
|
||||||
stages: [ style ]
|
stages: [ style ]
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: markdownlint/markdownlint:0.13.0
|
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
style:
|
style:
|
||||||
stage: style
|
stage: style
|
||||||
|
image: registry.gitlab.com/pipeline-components/markdownlint:latest
|
||||||
script:
|
script:
|
||||||
- if [[ $(mdl .) ]]; then true; else false; fi
|
- if [[ $(mdl .) ]]; then true; else false; fi
|
||||||
|
|
Loading…
Reference in New Issue