Skip to content

fix: replace native-router-react with @native-router/react #3

fix: replace native-router-react with @native-router/react

fix: replace native-router-react with @native-router/react #3

Workflow file for this run

name: CI
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm run lint
- run: pnpm run test