Skip to content

Commit

Permalink
chore(ci/markdown-lint-fix): replace deprecated command (mdn#15283)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Aug 20, 2023
1 parent ddfb46a commit 98bf227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Lint Markdown files
run: |
yarn markdownlint-cli2-fix "**/${{ matrix.lang }}/**/*.md"
yarn markdownlint-cli2 --fix "**/${{ matrix.lang }}/**/*.md"
yarn prettier -w "**/${{ matrix.lang }}/**/*.md"
cd ${{ github.workspace }}/mdn/content && yarn fix:fm --config-file ${{ github.workspace }}/front-matter-config.json "${{ github.workspace }}/files/${{ matrix.lang }}"
Expand Down

0 comments on commit 98bf227

Please sign in to comment.