Skip to content

feat: add otel tracing support #3

feat: add otel tracing support

feat: add otel tracing support #3

Workflow file for this run

name: Typecheck
on:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun i
- name: Run typecheck
run: bun typecheck