Skip to content

Use url.PathUnescape rather than url.QueryUnescape when parsing OTLP … #1641

Use url.PathUnescape rather than url.QueryUnescape when parsing OTLP …

Use url.PathUnescape rather than url.QueryUnescape when parsing OTLP … #1641

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Codespell
run: make codespell