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:
authorRussell Dickenson <rdickenson@gitlab.com>2023-09-04 06:30:46 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2023-09-04 06:30:46 +0300
commite358375c9252d34b010ef9d76eb3d92bd9e88396 (patch)
tree9f8e7170c8e5e01331301886468f081abfdd837e
parent9d48d157284428010d6c594f803f562ed54036d6 (diff)
parent70827baf3fb85e7c16bc5a6b831a47e0287f4739 (diff)
Merge branch 'eread/update-markdownlint_cli-version-for-docker-images' into 'main'
Update markdownlint-cli version for Docker images See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4219 Merged-by: Russell Dickenson <rdickenson@gitlab.com> Approved-by: Russell Dickenson <rdickenson@gitlab.com> Co-authored-by: Evan Read <eread@gitlab.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24f3cafd..a9b3980e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ variables:
GIT_DEPTH: '20'
ALPINE_VERSION: '3.18'
VALE_VERSION: '2.27.0'
- MARKDOWNLINT_VERSION: '0.35.0' # Version also set in package.json
+ MARKDOWNLINT_VERSION: '0.36.0' # Version also set in package.json
MARKDOWNLINT2_VERSION: '0.9.2' # Version also set in package.json
RUBY_VERSION: '3.2.2'
ASDF_VERSION: '0.12.0'