Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-01-18 02:06:22 +0300
committerSarah German <sgerman@gitlab.com>2023-01-18 02:06:22 +0300
commit3ef0ee3e63a48841f6a5af1c91dbee2b9dc97fe7 (patch)
treec17a3ec102211e42689b23e5520ff84cf113ad30 /.gitlab-ci.yml
parent40a7f01d7a36245cb4d527ff0c932835222ae5cb (diff)
Update markdownlint-cli2 dependency and use it for things
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41e89c7c..a6eb4f7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,8 +23,8 @@ variables:
GIT_DEPTH: '20'
ALPINE_VERSION: '3.16'
VALE_VERSION: '2.22.0'
- MARKDOWNLINT_VERSION: '0.32.2'
- MARKDOWNLINT2_VERSION: '0.5.1'
+ MARKDOWNLINT_VERSION: '0.32.2' # Version also set in package.json
+ MARKDOWNLINT2_VERSION: '0.6.0' # Version also set in package.json
RUBY_VERSION: '2.7.7'
#