Skip to content

build(deps-dev): bump the storybook-group group with 11 updates #49

build(deps-dev): bump the storybook-group group with 11 updates

build(deps-dev): bump the storybook-group group with 11 updates #49

Workflow file for this run

name: Code Linting with Bun
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run ESLint
run: bun run lint