Skip to content

docs: track the design specs and implementation plans in docs/superpo… #1

docs: track the design specs and implementation plans in docs/superpo…

docs: track the design specs and implementation plans in docs/superpo… #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Nx affected/graph and knip see full history
- uses: pnpm/action-setup@v4 # reads the version from packageManager
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm verify:full
- run: pnpm typecheck:spec