Skip to content

test(repo): improve test coverage from 77% to 93% #297

test(repo): improve test coverage from 77% to 93%

test(repo): improve test coverage from 77% to 93% #297

Workflow file for this run

name: Changeset Check
on:
pull_request:
branches:
- main
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
changeset-check:
name: Changeset Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 24
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Check for changeset
run: pnpm changeset status --since=origin/main