Skip to content

refactor(workspace): replace simple-git with isomorphic-git #8

refactor(workspace): replace simple-git with isomorphic-git

refactor(workspace): replace simple-git with isomorphic-git #8

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with: { version: 10.6.3 }
- uses: actions/setup-node@v4
with: { node-version: 22, cache: pnpm }
- run: pnpm install --frozen-lockfile
- run: pnpm format:check
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build