Skip to content

🚀 Release 1.1.0

🚀 Release 1.1.0 #38

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