Skip to content

feat: ability to merge routes when using modular navigation #24

feat: ability to merge routes when using modular navigation

feat: ability to merge routes when using modular navigation #24

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