Skip to content

feat: introduces support for nested wildcard routes (modular navigation) #5

feat: introduces support for nested wildcard routes (modular navigation)

feat: introduces support for nested wildcard routes (modular navigation) #5

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
- run: pnpm check-branch