Skip to content

feat: add dashboard link to user button #732

feat: add dashboard link to user button

feat: add dashboard link to user button #732

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm run lint
- run: pnpm run build