Skip to content

Merge remote-tracking branch 'origin/main' into test-other-repos #2032

Merge remote-tracking branch 'origin/main' into test-other-repos

Merge remote-tracking branch 'origin/main' into test-other-repos #2032

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm run build
- run: pnpm run lint
- run: pnpm test