fix: ci
parent
7a63248034
commit
df83c5a290
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue