Skip to content

Creating subroutes and navbar #9

Creating subroutes and navbar

Creating subroutes and navbar #9

Workflow file for this run

name: Test Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- uses: pnpm/action-setup@v2
with:
version: 10
- run: pnpm install
- run: pnpm run build