Skip to content

update catch to catch the task to better demonstrate how the errors flow #20

update catch to catch the task to better demonstrate how the errors flow

update catch to catch the task to better demonstrate how the errors flow #20

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run build