Skip to content

deps(dev): bump the development group across 1 directory with 5 updates #56

deps(dev): bump the development group across 1 directory with 5 updates

deps(dev): bump the development group across 1 directory with 5 updates #56

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- uses: actions/cache@v5
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
restore-keys: ${{ runner.os }}-bun-
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun run typecheck
- run: bun test