ci: debian -> markdownlint/markdownlint
parent
43e28bdd10
commit
7a63248034
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue