Skip to content

Commit

Permalink
ci: only run lint for locale matrix (#14205)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Jul 14, 2023
1 parent d14a493 commit 6bc8112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/markdown-lint-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:

- name: Lint markdown files
run: |
yarn fix:md "**/${{ matrix.lang }}/**/*.md"
yarn markdownlint-cli2-fix "**/${{ matrix.lang }}/**/*.md"
yarn prettier -w "**/${{ matrix.lang }}/**/*.md"
- name: Create PR with only fixable issues
if: success()
Expand Down

0 comments on commit 6bc8112

Please sign in to comment.