Skip to content

workos: serve org roles on the authorization path the v10 SDK calls #38

workos: serve org roles on the authorization path the v10 SDK calls

workos: serve org roles on the authorization path the v10 SDK calls #38

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: node scripts/sync-versions.mjs --check
- run: pnpm format:check
- run: pnpm type-check
- run: pnpm lint
- run: pnpm test