Skip to content

chore(sampler-aws-xray): add @yiyuanh-he as component owner (#2761) #9196

chore(sampler-aws-xray): add @yiyuanh-he as component owner (#2761)

chore(sampler-aws-xray): add @yiyuanh-he as component owner (#2761) #9196

Workflow file for this run

name: Ensure API Peer Dependency
on:
push:
branches:
- main
pull_request:
jobs:
peer-api-check:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install script dependencies
run: npm ci
- name: Check API dependency semantics
run: npx lerna exec "node \$LERNA_ROOT_PATH/scripts/peer-api-check.js"