chore: Add changeset status step to CI workflow
This commit is contained in:
parent
a87d6260d7
commit
59f603292d
|
@ -44,3 +44,6 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: yarn test
|
run: yarn test
|
||||||
|
|
||||||
|
- name: Changeset
|
||||||
|
run: yarn changeset status --since=main
|
||||||
|
|
Loading…
Reference in New Issue