Skip to content

fixed changeset version cailing in CI beacuse of js-yaml dependency b… #55

fixed changeset version cailing in CI beacuse of js-yaml dependency b…

fixed changeset version cailing in CI beacuse of js-yaml dependency b… #55

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