Skip to content

Commit a9aead4

Browse files
authored
chore: update rolldown version stats (#137)
* chore: update rolldown version stats * ci: run check:fix after data generation in workflows * fix: add trailing newline to dependents.json
1 parent c0900b4 commit a9aead4

4 files changed

Lines changed: 205 additions & 199 deletions

File tree

.github/workflows/update-github-dependents.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

30+
- name: Format data
31+
run: pnpm run check:fix
32+
3033
- name: Check for changes
3134
id: git-check
3235
run: |

.github/workflows/update-rolldown-stats.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ github.token }}
3030

31+
- name: Format data
32+
run: pnpm run check:fix
33+
3134
- name: Check for changes
3235
id: git-check
3336
run: |

data/dependents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,4 +685,4 @@
685685
]
686686
}
687687
}
688-
}
688+
}

0 commit comments

Comments
 (0)