Skip to content

feat: ✨ book collection and fix tab bug #24

feat: ✨ book collection and fix tab bug

feat: ✨ book collection and fix tab bug #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: pnpm
- name: Install
run: pnpm install
- name: Lint
run: pnpm run lint
- name: build component
run: pnpm run build:lib
- name: build api
run: pnpm run build:api