Skip to content

[linkerd-jaeger] Adds support for collector config merge and Deployment env #745

[linkerd-jaeger] Adds support for collector config merge and Deployment env

[linkerd-jaeger] Adds support for collector config merge and Deployment env #745

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- .github/workflows/markdown.yml
- '**/*.md'
jobs:
markdownlint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: DavidAnson/markdownlint-cli2-action@3aaa38e446fbd2c288af4291aa0f55d64651050f
with:
globs: |
**/*.md
!**/node_modules/**
!target/**