Skip to content

Commit

Permalink
chore(CI): disable prettier check on pull requests (#27070)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Jul 24, 2023
1 parent cd20a3e commit 4c97912
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr-check_markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,3 @@ jobs:
yarn markdownlint-cli2 ${files_to_lint}
echo "Linting front-matter"
node scripts/front-matter_linter.js ${files_to_lint}
- name: Prettier markdown files
run: |
files_to_lint="${{ env.DIFF_DOCUMENTS }}"
yarn prettier -c ${files_to_lint}

0 comments on commit 4c97912

Please sign in to comment.