Skip to content

fix: Add missing types for vi. #255

fix: Add missing types for vi.

fix: Add missing types for vi. #255

Workflow file for this run

name: PR
on: pull_request
jobs:
changesets:
name: Changeset
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
cache: yarn
- run: yarn install
- run: yarn changeset status --since=origin/master