Skip to content

Add storybook integration #257

Add storybook integration

Add storybook integration #257

Workflow file for this run

name: Lint
on:
push:
branches: [main, dev]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 9
- name: Install
run: pnpm install
- name: Lint
run: pnpm lint