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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-10-02 12:11:48 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-10-02 12:11:48 +0300
commitb4d25a8583e48605a7da49c0dcb2ca75c71f6692 (patch)
tree3c8013af65e9b44c76e48999f2c643eb4dbdb849 /.gitlab-ci.yml
parent4cdf4efd8d09ac6850f42cda95ee3f0d0cc62df3 (diff)
Add changelog lint script to docs lint CI job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed993abae73..8501911fde4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -404,6 +404,7 @@ docs lint:
before_script: []
script:
- scripts/lint-doc.sh
+ - scripts/lint-changelog-yaml
- mv doc/ /nanoc/content/
- cd /nanoc
# Build HTML from Markdown