Skip to content

feat: Abstract transport layer and allow passing custom options #16

feat: Abstract transport layer and allow passing custom options

feat: Abstract transport layer and allow passing custom options #16

Workflow file for this run

name: Validate
on:
pull_request:
workflow_call:
workflow_dispatch:
push:
branches:
- main
jobs:
checks:
name: Checks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./.github/actions/setup
- run: bun run build
- run: bun check
tests:
name: Tests
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./.github/actions/setup
- run: bun test