Skip to content

Commit ad4e80e

Browse files
Bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 18.0.0 (open-telemetry#6027)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mikel Blanchard <[email protected]>
1 parent fc9de8b commit ad4e80e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: run markdownlint
17-
uses: DavidAnson/markdownlint-cli2-action@v16.0.0
17+
uses: DavidAnson/markdownlint-cli2-action@v18.0.0
1818
with:
1919
globs: |
2020
**/*.md

docs/trace/customizing-the-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ When using the `AddOpenTelemetry` & `WithTracing` extension methods the
477477
into an existing collection (typically the collection used is the one managed by
478478
the application host). The `TracerProviderBuilder` will be able to access all
479479
services registered into that collection. For lifecycle management, the
480-
`AddOpenTelemetry` registers an [IHostedService
481-
](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice)
480+
`AddOpenTelemetry` registers an
481+
[IHostedService](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice)
482482
which is used to automatically start the `TracerProvider` when the host starts
483483
and the host will automatically shutdown and dispose the `TracerProvider` when
484484
it is shutdown.

0 commit comments

Comments
 (0)