Skip to content

Migrate lifecycles folder to typescript #374

Migrate lifecycles folder to typescript

Migrate lifecycles folder to typescript #374

Workflow file for this run

name: Build and Test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Necessary for changeset status to work
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: pnpm/action-setup@v2
with:
version: 8.11.0
# Necessary for changeset status to work
- run: git checkout main && git checkout $GITHUB_SHA
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm test
- run: pnpm run check-format
- run: pnpm run lint
- run: pnpm exec changeset status