Skip to content

[repo] Adopt bun

[repo] Adopt bun #236

Workflow file for this run

name: General
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "2"
- uses: oven-sh/setup-bun@v1
- name: Bun Install
run: bun install --frozen-lockfile
- name: Lint
run: bun lint
- name: Type Check
run: bun check
- name: Build
run: bun build