mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #1635 from RooVetGit/contributors_prettier
Run prettier before checking for contributor changes
This commit is contained in:
commit
b893eea252
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-contributors.yml
vendored
3
.github/workflows/update-contributors.yml
vendored
|
|
@ -24,9 +24,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Update contributors and check for changes
|
||||
- name: Update contributors and format
|
||||
run: |
|
||||
npm run update-contributors
|
||||
npx prettier --write README.md
|
||||
if git diff --quiet README.md; then echo "changes=false" >> $GITHUB_OUTPUT; else echo "changes=true" >> $GITHUB_OUTPUT; fi
|
||||
id: check-changes
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue