Skip to content

chore(format): update formatting with prettier three #501

chore(format): update formatting with prettier three

chore(format): update formatting with prettier three #501

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun test:unit