Skip to content

fix: types

fix: types #56

Workflow file for this run

name: CI
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- run: corepack enable
- run: pnpm -v
- run: pnpm install
- run: pnpm format
- run: pnpm lint
- run: pnpm type