Skip to content

Reorganize the download menu and expose multi-format image exports on… #8894

Reorganize the download menu and expose multi-format image exports on…

Reorganize the download menu and expose multi-format image exports on… #8894

# Created using @tscircuit/plop (npm install -g @tscircuit/plop)
name: Format Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run format check
run: bun run lint