Skip to content

chore: bump

chore: bump #486

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- '**/README.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: pnpm
- run: pnpm i
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm build
- run: pnpm test:run --project unit