Skip to content

Merge branch 'main' of https://github.com/pinax-network/substreams-si… #16

Merge branch 'main' of https://github.com/pinax-network/substreams-si…

Merge branch 'main' of https://github.com/pinax-network/substreams-si… #16

Workflow file for this run

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