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