Skip to content

refactor: switch to React Router #2064

refactor: switch to React Router

refactor: switch to React Router #2064

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: npm
- run: npm ci
- run: npm run res:build
- run: npm test
- run: npm run ci:format