Skip to content

deps(go): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 #1504

deps(go): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0

deps(go): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 #1504

Workflow file for this run

name: Markdown Link Checker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lychee:
name: Check Markdown Links
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v2.7.0
with:
args: '--config .lychee.toml --verbose --no-progress **/*.md'
fail: true