Skip to content

feat: add maintainer TUI workflow for PR triage #16

feat: add maintainer TUI workflow for PR triage

feat: add maintainer TUI workflow for PR triage #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v5
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm verify