Skip to content

Commit 39f903b

Browse files
authored
docs: add cross-reference to cpp-linter-hooks (#442)
1 parent 9a513b1 commit 39f903b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ to collect feedback provided in the form of
3333
workflow [`step-summary`][step-summary], and Pull Request reviews (with
3434
[`tidy-review`][tidy-review] or [`format-review`][format-review]).
3535

36+
> [!TIP]
37+
> Prefer pre-commit hooks over GitHub Actions? Check out
38+
> [**cpp-linter-hooks**](https://github.com/cpp-linter/cpp-linter-hooks)
39+
> a pre-commit hook repository that runs `clang-format` and `clang-tidy`
40+
> consistently on developer machines and in CI, with no manual LLVM installs.
41+
3642
## Usage
3743

3844
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)

0 commit comments

Comments
 (0)