Skip to content

chore(deps-dev): bump prettier from 3.8.3 to 3.9.5 #127

chore(deps-dev): bump prettier from 3.8.3 to 3.9.5

chore(deps-dev): bump prettier from 3.8.3 to 3.9.5 #127

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm type-check
- run: pnpm format:check
- run: pnpm test:coverage
- run: pnpx publint
- run: pnpx @arethetypeswrong/cli --pack --ignore-rules cjs-resolves-to-esm