Skip to content

feat: use yuki-no plugins systems & @yuki-no/plugin-batch-pr #36

feat: use yuki-no plugins systems & @yuki-no/plugin-batch-pr

feat: use yuki-no plugins systems & @yuki-no/plugin-batch-pr #36

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run build