feat: added the possibility to merge search params into useNavigationList, enabling breadcrumb to navigate with parameters shared between routes #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |