Commit 111e395a authored by Sean McGivern's avatar Sean McGivern

Merge branch 'docs/add-changelog-lint' into 'master'

Add changelog lint script to docs lint CI job

See merge request gitlab-org/gitlab-ce!14618
parents 0a69abdb b4d25a85
...@@ -404,6 +404,7 @@ docs lint: ...@@ -404,6 +404,7 @@ docs lint:
before_script: [] before_script: []
script: script:
- scripts/lint-doc.sh - scripts/lint-doc.sh
- scripts/lint-changelog-yaml
- mv doc/ /nanoc/content/ - mv doc/ /nanoc/content/
- cd /nanoc - cd /nanoc
# Build HTML from Markdown # Build HTML from Markdown
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment