Skip to content

Merge pull request #6 from adr/changeset-release/main #59

Merge pull request #6 from adr/changeset-release/main

Merge pull request #6 from adr/changeset-release/main #59

Workflow file for this run

name: Repo · Checks
on:
push:
workflow_dispatch:
concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
name: Format, lint & typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- uses: pnpm/action-setup@v6
with:
cache: true
- run: pnpm install --frozen-lockfile
- run: pnpm format:check
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm --filter @adr-manager/core test