Skip to content

Bump @storybook/react-vite from 8.1.5 to 8.2.9 #884

Bump @storybook/react-vite from 8.1.5 to 8.2.9

Bump @storybook/react-vite from 8.1.5 to 8.2.9 #884

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8
- name: Install dependencies
run: bun install
- name: Run Prettier
run: bun run lint:prettier
- name: Run TypeScript
run: bun run lint:typescript