Browse Source

fix: linter not applied to locales/*/README.md (#6477)

fix
Will Li 5 months ago
parent
commit
836371c36a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/update-contributors.yml

+ 1 - 1
.github/workflows/update-contributors.yml

@@ -24,7 +24,7 @@ jobs:
       - name: Update contributors and format
         run: |
           pnpm update-contributors
-          npx prettier --write README.md
+          npx prettier --write README.md locales/*/README.md
           if git diff --quiet; then echo "changes=false" >> $GITHUB_OUTPUT; else echo "changes=true" >> $GITHUB_OUTPUT; fi
         id: check-changes
         env: