Skip to content

Commit edd1199

Browse files
authored
ci: format package json on changesets commit (#511)
1 parent 9482a09 commit edd1199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on-push-to-main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install dependencies
3838
uses: ./.github/actions/install-dependencies
3939

40+
- name: Format package.json
41+
run: pnpm format src/package.json
42+
4043
- name: Create version pull request or publish to npm
4144
uses: changesets/action@v1
4245
with:

0 commit comments

Comments
 (0)