Skip to content

Commit b893eea

Browse files
authored
Merge pull request RooCodeInc#1635 from RooVetGit/contributors_prettier
Run prettier before checking for contributor changes
2 parents afb8b05 + 68cbce8 commit b893eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-contributors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27-
- name: Update contributors and check for changes
27+
- name: Update contributors and format
2828
run: |
2929
npm run update-contributors
30+
npx prettier --write README.md
3031
if git diff --quiet README.md; then echo "changes=false" >> $GITHUB_OUTPUT; else echo "changes=true" >> $GITHUB_OUTPUT; fi
3132
id: check-changes
3233
env:

0 commit comments

Comments
 (0)