Skip to content

Commit

Permalink
Markdownlint: Use the custom search-replace plugin in PR check (mdn#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Sep 5, 2022
1 parent af5108f commit 9de3cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check_markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9de3cfb

Please sign in to comment.