Skip to content

fix lint and type errors for TypeScript 6 compatibility #207

fix lint and type errors for TypeScript 6 compatibility

fix lint and type errors for TypeScript 6 compatibility #207

Workflow file for this run

name: Push
on: push
jobs:
test:
name: Lint, build, and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm build
- run: pnpm test