Skip to content

build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 #227

build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0

build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 #227

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Install codespell
run: sudo apt-get install codespell
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Codespell
run: make codespell