Skip to content

fix(cli): gracefully handle model API errors instead of crashing #102

fix(cli): gracefully handle model API errors instead of crashing

fix(cli): gracefully handle model API errors instead of crashing #102

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run check
run: bun run check