ci: debian -> markdownlint/markdownlint
parent
43e28bdd10
commit
7a63248034
|
@ -1,12 +1,10 @@
|
||||||
stages: [ style ]
|
stages: [ style ]
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: debian:latest
|
image: markdownlint/markdownlint:0.13.0
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
style:
|
style:
|
||||||
stage: style
|
stage: style
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y ruby-mdl
|
|
||||||
- if [[ $(mdl .) ]]; then true; else false; fi
|
- if [[ $(mdl .) ]]; then true; else false; fi
|
||||||
|
|
Loading…
Reference in New Issue