Skip to content

chore: switch from prettier to oxfmt #102

chore: switch from prettier to oxfmt

chore: switch from prettier to oxfmt #102

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.10"
- run: bun install
- name: Setup database
run: |
bun run db:generate
bun run db:migrate
- run: bun run test