Skip to content

Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.23.0 in /concepts/observability-strategy/configurable-tracing/pocs/tools/otel-load-generator in the go_modules group across 1 directory #48

Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.23.0 in /concepts/observability-strategy/configurable-tracing/pocs/tools/otel-load-generator in the go_modules group across 1 directory

Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.23.0 in /concepts/observability-strategy/configurable-tracing/pocs/tools/otel-load-generator in the go_modules group across 1 directory #48

name: Verify markdown links
on:
pull_request:
branches:
- "main"
- "release-*"
workflow_dispatch:
jobs:
verify-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install md-check-link
run: npm install -g md-check-link
- name: Verify links
run: |
md-check-link -q -n 8 -c https://raw.githubusercontent.com/kyma-project/md-check-link/main/.mlc.config.json ./