Skip to content

Update dependency @tscircuit/props to ^0.0.85 (#97) #266

Update dependency @tscircuit/props to ^0.0.85 (#97)

Update dependency @tscircuit/props to ^0.0.85 (#97) #266

Workflow file for this run

name: Format Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run format check
run: bun run format:check