Skip to content

feat: 🎸 add copy sidebar menu (#55) #189

feat: 🎸 add copy sidebar menu (#55)

feat: 🎸 add copy sidebar menu (#55) #189

name: Lint and build
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm install
- run: pnpm lint
- run: pnpm build