Skip to content

Bump OTel .NET Auto to 1.9.0 #529

Bump OTel .NET Auto to 1.9.0

Bump OTel .NET Auto to 1.9.0 #529

name: validate-documentation
on:
push:
branches: [ main ]
paths:
- '.github/workflows/validate-documentation.yml'
- '**.md'
- '.lycheeignore'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/validate-documentation.yml'
- '**.md'
- '.lycheeignore'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: lycheeverse/lychee-action@v2.1.0
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
- uses: streetsidesoftware/cspell-action@v6.9.0
with:
files: '**/*.md'
- uses: DavidAnson/markdownlint-cli2-action@v17.0.0