Skip to content

feat: ✨ add storybook! #57

feat: ✨ add storybook!

feat: ✨ add storybook! #57

Workflow file for this run

name: pull_request
on: [pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup Repository
uses: actions/checkout@v3
- name: 📦 Install
uses: ./.github/actions/install
with:
node-version: 20
pnpm-version: 8.10.5
- name: 🚨 Lint
run: pnpm lint
- name: 🎨 Format
run: pnpm format
- name: 🏷️ Check Types
run: pnpm typecheck
- name: ✅ Test
run: pnpm coverage
- name: 🧱 Build
run: pnpm build