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 6331944 commit 322faedCopy full SHA for 322faed
.github/workflows/update-contributors.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Update contributors and format
25
run: |
26
pnpm update-contributors
27
- npx prettier --write README.md
+ npx prettier --write README.md locales/*/README.md
28
if git diff --quiet; then echo "changes=false" >> $GITHUB_OUTPUT; else echo "changes=true" >> $GITHUB_OUTPUT; fi
29
id: check-changes
30
env:
0 commit comments