Skip to content

Commit

Permalink
README.md: reflects the fact that this Action supports the latest ver…
Browse files Browse the repository at this point in the history
…sions of Clang-Tidy
  • Loading branch information
oleg-derevenetz authored and platisd committed Jul 29, 2024
1 parent 809cc8a commit 817f9e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
[![clang-tidy-13 support]](https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/clang-tidy/index.html)
[![clang-tidy-14 support]](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/index.html)
[![clang-tidy-15 support]](https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/clang-tidy/index.html)
[![clang-tidy-16 support]](https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/clang-tidy/index.html)
[![clang-tidy-17 support]](https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/clang-tidy/index.html)
[![clang-tidy-18 support]](https://releases.llvm.org/18.1.1/tools/clang/tools/extra/docs/clang-tidy/index.html)

A GitHub Action to post `clang-tidy` warnings and suggestions as review comments on your pull request.

Expand Down Expand Up @@ -76,6 +79,9 @@ YAML files containing generated fixes by the following `clang-tidy` versions are
* `clang-tidy-13`
* `clang-tidy-14`
* `clang-tidy-15`
* `clang-tidy-16`
* `clang-tidy-17`
* `clang-tidy-18`

## How

Expand Down Expand Up @@ -344,3 +350,6 @@ See the [Action dependency graph](https://github.com/platisd/clang-tidy-pr-comme
[clang-tidy-13 support]: https://img.shields.io/badge/clang--tidy-13-green
[clang-tidy-14 support]: https://img.shields.io/badge/clang--tidy-14-green
[clang-tidy-15 support]: https://img.shields.io/badge/clang--tidy-15-green
[clang-tidy-16 support]: https://img.shields.io/badge/clang--tidy-16-green
[clang-tidy-17 support]: https://img.shields.io/badge/clang--tidy-17-green
[clang-tidy-18 support]: https://img.shields.io/badge/clang--tidy-18-green

0 comments on commit 817f9e9

Please sign in to comment.