Skip to content

Monorepo Updates and Hono TypeBox Validator #252

Monorepo Updates and Hono TypeBox Validator

Monorepo Updates and Hono TypeBox Validator #252

name: Check Formatting
on:
- pull_request
jobs:
check-formatting:
name: Check Repo Formatting with Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install Dependencies
run: bun install
- name: Run Prettier Check
run: bun run style:lint