Commit fb5b182c authored by Evan Read's avatar Evan Read

Merge branch 'markdownlint-wildcard' into 'master'

Change markdownlint wildcard format

See merge request gitlab-org/gitlab-ce!32379
parents c0733f43 61199b74
......@@ -74,7 +74,7 @@ docs lint:
script:
- scripts/lint-doc.sh
# Lint Markdown
- markdownlint --config .markdownlint.json doc/**/*.md
- markdownlint --config .markdownlint.json 'doc/**/*.md'
# Prepare docs for build
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs
......
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