From ebe1b5ed4ca3a57b9ba940849c52038cb1f561fd Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 8 Jun 2026 08:04:56 +0300 Subject: [PATCH 1/2] docs: add cross-reference to cpp-linter-hooks --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9b946b82..567882d3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ to collect feedback provided in the form of workflow [`step-summary`][step-summary], and Pull Request reviews (with [`tidy-review`][tidy-review] or [`format-review`][format-review]). +> [!TIP] +> Prefer pre-commit hooks over GitHub Actions? Check out +> **[cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks)** — +> a pre-commit hook repository that runs `clang-format` and `clang-tidy` +> consistently on developer machines and in CI, with no manual LLVM installs. + ## Usage Create a new GitHub Actions workflow in your project, e.g. at [.github/workflows/cpp-linter.yml](https://github.com/cpp-linter/cpp-linter-action/blob/main/.github/workflows/cpp-linter.yml) From f6d026f116f2a3744782d14527711a867e0af06f Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 7 Jun 2026 22:11:15 -0700 Subject: [PATCH 2/2] move inline syntax into link's text instead of wrapping the entire link with the inline syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567882d3..03aaca98 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with > [!TIP] > Prefer pre-commit hooks over GitHub Actions? Check out -> **[cpp-linter-hooks](https://github.com/cpp-linter/cpp-linter-hooks)** — +> [**cpp-linter-hooks**](https://github.com/cpp-linter/cpp-linter-hooks) — > a pre-commit hook repository that runs `clang-format` and `clang-tidy` > consistently on developer machines and in CI, with no manual LLVM installs.