diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index f9d3e4d1ff64a..fa89f6dbb8495 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -106,7 +106,7 @@ jobs: - name: Run `npx lint:md --fix` # This runs a specific version of ESLint with only the Translation Pages Globbing # This avoid that unrelated changes get linted/modified within this PR - run: npx eslint "apps/site/pages/**/*.md?(x)" --fix --cache --cache-strategy=metadata --cache-file=apps/site/.eslintmdcache + run: npx eslint "apps/site/pages/**/*.md?(x)" --fix --cache --cache-strategy=metadata --cache-file=apps/site/.eslintmdcache --config=apps/site/eslint.config.js - name: Run `npx prettier --write` # This runs a specific version of Prettier with only the Translation Pages Globbing