Skip to content

fix: data from task completion was not saved before completion event … #45

fix: data from task completion was not saved before completion event …

fix: data from task completion was not saved before completion event … #45

Workflow file for this run

name: Build & Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bun run build
- run: bun test