Skip to content

chore: test missing Gumroad repo #8

chore: test missing Gumroad repo

chore: test missing Gumroad repo #8

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Lint · Format · Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.16
- name: Install
run: bun install --frozen-lockfile
- name: Biome check (lint + format)
run: bun x @biomejs/biome ci .
- name: Typecheck
run: bun x tsc --noEmit