Skip to content

feat(wit): prevent protobuf and WIT schema drift #171

feat(wit): prevent protobuf and WIT schema drift

feat(wit): prevent protobuf and WIT schema drift #171

Workflow file for this run

name: CI Semconv
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches: [main]
paths:
- 'otel/semconv/**'
- '.mise.toml'
- '.github/workflows/ci-semconv.yml'
concurrency:
group: ci-semconv-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install Weaver via mise
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install_args: ubi:open-telemetry/weaver
- name: Check semconv registry and enforce naming policies
run: mise run --skip-tools semconv:check