Skip to content

Send block as generic payload to be subscribed Ref: https://github.co… #108

Send block as generic payload to be subscribed Ref: https://github.co…

Send block as generic payload to be subscribed Ref: https://github.co… #108

Workflow file for this run

name: Bun Test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun test