Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-05-31 12:07:08 +00:00
parent b7a422e845
commit 07f6ded1cb
21 changed files with 46 additions and 109 deletions

View File

@ -197,7 +197,7 @@ then
# shellcheck disable=2059
printf "${COLOR_GREEN}INFO: Merged results pipeline detected, but no markdown files found. Skipping.${COLOR_RESET}\n"
else
if ! yarn markdownlint --config .markdownlint.yml "${MD_DOC_PATH}" --rules doc/.markdownlint/rules;
if ! yarn markdownlint --rules doc/.markdownlint/rules ${MD_DOC_PATH};
then
# shellcheck disable=2059
printf "${COLOR_RED}ERROR: Markdownlint failed with errors!${COLOR_RESET}\n" >&2