Skip to content

chore: use bun and biomejs #6

chore: use bun and biomejs

chore: use bun and biomejs #6

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: format and lint
run: |
bun install --frozen-lockfile
bun format:ci
bun lint:ci