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-02-21 01:58:45 +0300
committerEvan Read <eread@gitlab.com>2023-02-21 01:58:45 +0300
commitbf0478cc1abf1ab165f3935c3a265e33cf46dae9 (patch)
treec0f2befad78ab543351dab4748840e8fa7c50e24 /.gitlab/ci/test.gitlab-ci.yml
parenta388a70255516592cad703dbd222360c7badb1a3 (diff)
Install markdownlint-cli2 globally before running whitespace tests
Diffstat (limited to '.gitlab/ci/test.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index 54ff06bd..24f06494 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -166,6 +166,7 @@ test_EOL_whitespace:
- bundle config set --local deployment true # Install dependencies into ./vendor/ruby
- bundle install
- bundle exec rake default
+ - yarn global add markdownlint-cli2
- make markdownlint-whitespace-tests
test_unlinked_images: