Skip to content

Commit d05418f

Browse files
jjngxrenovate[bot]
andauthored
Pull 435 - apply markdown linter suggestion (#436)
* Update DavidAnson/markdownlint-cli2-action action to v20 | datasource | package | from | to | | ----------- | ----------------------------------- | ------- | ------- | | github-tags | DavidAnson/markdownlint-cli2-action | v19.1.0 | v20.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * update link references suggested by markdown linter Signed-off-by: Jakub Jarosz <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Jakub Jarosz <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb011ae commit d05418f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060

6161
- name: Lint Markdown
62-
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
62+
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
6363
with:
6464
config: .markdownlint-cli2.yaml
6565
globs: "**/*.md"

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ issue template.
6363

6464
### F5 Contributor License Agreement (CLA)
6565

66-
F5 requires all external contributors to agree to the terms of the F5 CLA (available [here](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md))
66+
F5 requires all external contributors to agree to [the terms of the F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md)
6767
before any of their changes can be incorporated into an F5 Open Source repository.
6868

6969
If you have not yet agreed to the F5 CLA terms and submit a PR to this repository, a bot will prompt you to view and
@@ -76,8 +76,7 @@ can be merged. Your agreement signature will be safely stored by F5 and no longe
7676

7777
- Keep a clean, concise and meaningful git commit history on your branch, rebasing locally and squashing before
7878
submitting a PR
79-
- Follow the guidelines of writing a good commit message as described here <https://chris.beams.io/posts/git-commit/>
80-
and summarized in the next few points
79+
- Follow the [guidelines of writing a good commit message](<https://chris.beams.io/posts/git-commit/>) summarized in the next few points
8180
- In the subject line, use the present tense ("Add feature" not "Added feature")
8281
- In the subject line, use the imperative mood ("Move cursor to..." not "Moves cursor to...")
8382
- Limit the subject line to 72 characters or less
@@ -90,6 +89,6 @@ can be merged. Your agreement signature will be safely stored by F5 and no longe
9089
- Run `gofmt` over your code to automatically resolve a lot of style issues. Most editors support this running
9190
automatically when saving a code file.
9291
- Run `go lint` and `go vet` on your code too to catch any other issues.
93-
- Follow this guide on some good practice and idioms for Go - <https://github.com/golang/go/wiki/CodeReviewComments>
92+
- Follow [the guide](<https://github.com/golang/go/wiki/CodeReviewComments>) on some good practice and idioms for Go.
9493
- To check for extra issues, install [golangci-lint](https://github.com/golangci/golangci-lint) and run `make lint` or
9594
`golangci-lint run`

0 commit comments

Comments
 (0)