Skip to content

fix: manager invite flow with /auth/confirm and practice linking #5

fix: manager invite flow with /auth/confirm and practice linking

fix: manager invite flow with /auth/confirm and practice linking #5

Workflow file for this run

name: CI
on:
push:
branches: [main, feat/**]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm type-check
- run: pnpm test
- run: pnpm lint
- run: pnpm build