Skip to content

fix(packages/cli): watch top-level root dirs in diff command (#53) #285

fix(packages/cli): watch top-level root dirs in diff command (#53)

fix(packages/cli): watch top-level root dirs in diff command (#53) #285

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm test
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm format
changeset:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'pnpm'
- run: pnpm install
- name: Check for changeset
run: pnpm changeset status --since=origin/main