Skip to content

test(core): add Vitest setup and unit tests #3

test(core): add Vitest setup and unit tests

test(core): add Vitest setup and unit tests #3

Workflow file for this run

name: Changeset Lint
on:
pull_request:
branches:
- main
jobs:
lint:
name: Check for Changeset
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npx changeset status --since=origin/main