Merge branch 'markdownlint-wildcard' into 'master'

Change markdownlint wildcard format

See merge request gitlab-org/gitlab-ce!32379
This commit is contained in:
Evan Read 2019-09-02 00:19:31 +00:00
commit fb5b182c6a
3 changed files with 3 additions and 3 deletions

View File

@ -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