Skip to content

Fix: modular tree merge #28

Fix: modular tree merge

Fix: modular tree merge #28

Workflow file for this run

name: Check Branch
on: pull_request
jobs:
check-branch:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node -v
- run: sudo corepack enable
- run: pnpm install --no-frozen-lockfile
- run: pnpm check-branch