Skip to content

feat(chore): declarative configuration for trace_provider #1236

feat(chore): declarative configuration for trace_provider

feat(chore): declarative configuration for trace_provider #1236

Workflow file for this run

name: Markdown Lint Check
on:
pull_request:
permissions:
contents: read
jobs:
markdownlint-check:
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" "#.github/**" --config .markdownlint.json
- name: "Markdown Lint Check"
uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
with:
config: .markdownlint.json
fix: false
globs: |
**/*.md
!**/CHANGELOG.md
!.github/**