diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-02 11:11:48 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-02 11:11:48 +0200 |
commit | b4d25a8583e48605a7da49c0dcb2ca75c71f6692 (patch) | |
tree | 3c8013af65e9b44c76e48999f2c643eb4dbdb849 /.gitlab-ci.yml | |
parent | 4cdf4efd8d09ac6850f42cda95ee3f0d0cc62df3 (diff) | |
download | gitlab-ce-b4d25a8583e48605a7da49c0dcb2ca75c71f6692.tar.gz |
Add changelog lint script to docs lint CI job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |