Skip to content

otelhttptrace: fix header attributes lost when using sub-spans #13016

otelhttptrace: fix header attributes lost when using sub-spans

otelhttptrace: fix header attributes lost when using sub-spans #13016

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Codespell
run: make codespell
- run: make check-clean-work-tree