Skip to content

Update react router readme #105

Update react router readme

Update react router readme #105

Workflow file for this run

name: Branches
on:
push:
branches-ignore: ["main"]
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-check
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm -w check:ci