Skip to content

feat: migrate to yield api #821

feat: migrate to yield api

feat: migrate to yield api #821

Workflow file for this run

name: "CI"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
clean-code-stage:
runs-on: ubuntu-latest
permissions:
contents: read
env:
NODE_OPTIONS: "--max_old_space_size=8192"
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: "24"
- name: Install pnpm
run: npm install -g pnpm@10.33.2
- run: pnpm install --frozen-lockfile
- run: pnpm -F @stakekit/widget exec playwright install
- run: pnpm build
- run: pnpm lint
- run: pnpm test