From 9de3cfbdbf8945c07de3ef016cf1c26a41d9513a Mon Sep 17 00:00:00 2001 From: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:19:25 +0530 Subject: [PATCH] Markdownlint: Use the custom search-replace plugin in PR check (#20307) --- .github/workflows/pr-check_markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check_markdownlint.yml b/.github/workflows/pr-check_markdownlint.yml index 0e03dd5ede93d02..dbaccaabf26e511 100644 --- a/.github/workflows/pr-check_markdownlint.yml +++ b/.github/workflows/pr-check_markdownlint.yml @@ -34,4 +34,4 @@ jobs: - name: Lint markdown files run: | echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json" - yarn markdownlint ${{ steps.changed-files.outputs.all_changed_files }} + yarn markdownlint -r markdownlint-rule-search-replace ${{ steps.changed-files.outputs.all_changed_files }}