We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d93098 commit a3db392Copy full SHA for a3db392
.github/workflows/translations-pr.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Run `npx lint:md --fix`
71
# This runs a specific version of ESLint with only the Translation Pages Globbing
72
# This avoid that unrelated changes get linted/modified within this PR
73
- run: npx eslint "{pages,i18n}/**/*.{json,md,mdx}" --fix
+ run: npx eslint "pages/**/*.{md,mdx}" --fix
74
75
- name: Run `npx prettier --write`
76
# This runs a specific version of Prettier with only the Translation Pages Globbing
0 commit comments