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 afb8b05 commit 68cbce8Copy full SHA for 68cbce8
.github/workflows/update-contributors.yml
@@ -24,9 +24,10 @@ jobs:
24
- name: Install dependencies
25
run: npm ci
26
27
- - name: Update contributors and check for changes
+ - name: Update contributors and format
28
run: |
29
npm run update-contributors
30
+ npx prettier --write README.md
31
if git diff --quiet README.md; then echo "changes=false" >> $GITHUB_OUTPUT; else echo "changes=true" >> $GITHUB_OUTPUT; fi
32
id: check-changes
33
env:
0 commit comments