Skip to content

Commit 1e5ef8e

Browse files
build(deps): bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 (#14032)
* build(deps): bump DavidAnson/markdownlint-cli2-action Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19.1.0 to 20.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@05f3221...992badc) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix markdown lints Signed-off-by: Alex Leong <[email protected]> * fix additional markdownlint Signed-off-by: Alex Leong <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Alex Leong <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Leong <[email protected]>
1 parent eb4bfd3 commit 1e5ef8e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265
18+
- uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
1919
with:
2020
globs: |
2121
**/*.md

BUILD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ production installation, documented in [Getting
150150
Started](https://linkerd.io/2/getting-started/).
151151

152152
Note that you need to have first installed docker buildx, as explained
153-
[here](https://github.com/docker/buildx).
153+
[buildx docs](https://github.com/docker/buildx).
154154

155155
```bash
156156
# create the k3d cluster
@@ -487,8 +487,8 @@ system.
487487

488488
For general instructions on how to install the charts check out the
489489
[docs](https://linkerd.io/2/tasks/install-helm/). You also need to supply or
490-
generate your own certificates to use the chart, as explained
491-
[here](https://linkerd.io/2/tasks/generate-certificates/).
490+
generate your own certificates to use the chart, as explained in the
491+
[Generate Certificates task](https://linkerd.io/2/tasks/generate-certificates/).
492492

493493
### Extensions Helm charts
494494

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdownlint-disable-file MD059 -->
12
# Changes
23

34
Please visit Linkerd's [Release page][gh-releases] for for the latest release

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ That will kick off a CI Release workflow run that will:
120120
and verify it installs the current version being released
121121
- Deploy the updated helm charts
122122

123-
You can locate the CI run [here](https://github.com/linkerd/linkerd2/actions).
123+
You can locate the CI run on the [actions page](https://github.com/linkerd/linkerd2/actions).
124124

125125
## 5. Do a walkthrough verification of the release
126126

0 commit comments

Comments
 (0)