From 37257fe7cd3f2f3d53e25b11a540428655b5e5db Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 2 Jun 2025 06:26:20 -0400 Subject: [PATCH 1/2] Fix MD059/descriptive-link-text --- CODE_OF_CONDUCT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0d9ca6f7..565420f1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -115,7 +115,7 @@ the community. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available [here][covenant-2-0]. +[version 2.0][covenant-2-0]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). @@ -124,5 +124,5 @@ enforcement ladder](https://github.com/mozilla/diversity). [covenant-2-0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct For answers to common questions about this code of conduct, see the -[FAQ](https://www.contributor-covenant.org/faq). Translations are available -[here](https://www.contributor-covenant.org/translations). +[FAQ](https://www.contributor-covenant.org/faq). +[Translations](https://www.contributor-covenant.org/translations) are available. From e1fa363619a96f7a8655cc97fcee6cbc4910ce97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 13:30:13 +0000 Subject: [PATCH 2/2] build(deps): bump DavidAnson/markdownlint-cli2-action Bumps the github-actions group with 1 update: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `DavidAnson/markdownlint-cli2-action` from 19 to 20 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v19...v20) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2368a6f5..1c179c7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - run: git ls-files -- '*.c' '*.h' | xargs clang-format --dry-run --Werror - - uses: DavidAnson/markdownlint-cli2-action@v19 + - uses: DavidAnson/markdownlint-cli2-action@v20 - run: taplo fmt --check