Skip to content

Move to Bun

Move to Bun #2

Workflow file for this run

name: Bun
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Bun
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run lint