Skip to content

Refactor item detail dialog and analytics, clean up search actions #231

Refactor item detail dialog and analytics, clean up search actions

Refactor item detail dialog and analytics, clean up search actions #231

Workflow file for this run

name: Lint and Format Check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies with Bun
run: bun install
- name: Run ESLint
run: bun run lint
- name: Check code formatting with Prettier
run: bun x prettier --check .