From 1328561e5b52905f846c3c1b6548bc517f2be3df Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 8 Jun 2026 08:04:57 +0300 Subject: [PATCH] docs: add cross-reference to cpp-linter-action --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d23af1e..d0904ba 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,16 @@ this project also provides `clang-tidy`, compile database discovery, explicit tool-version selection, and richer diagnostics. See the [FAQ](#faq) for the full comparison. +> [!TIP] +> Using GitHub Actions for CI? Check out +> **[cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action)** — +> our companion GitHub Action that runs the same tools in CI with rich PR reviews, +> thread comments, step summaries, and file annotations. + ## Table of Contents - [Why cpp-linter-hooks?](#why-cpp-linter-hooks) +- [GitHub Actions? Try cpp-linter-action](#github-actions-try-cpp-linter-action) - [Requirements](#requirements) - [Quick Start](#quick-start) - [Custom Configuration Files](#custom-configuration-files)