Skip to content

Format

Format #54

Workflow file for this run

on: [push]
name: Format
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run format:check