Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down