Skip to content

fix(otel-thread-ctx): detect AsyncContextFrame by reading CPED native… #1414

fix(otel-thread-ctx): detect AsyncContextFrame by reading CPED native…

fix(otel-thread-ctx): detect AsyncContextFrame by reading CPED native… #1414

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- run: npm ci
- run: npm run lint