Skip to content

Commit

Permalink
docs(README): Release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Dec 28, 2021
1 parent 29b8295 commit c262033
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ GitHub Action for clang-format checks. Note that this Action does **NOT** format
You can define your own formatting rules in a `.clang-format` file at your repository root, or you can provide a fallback style (see [`fallback-style`](#inputs)). You can also provide a path to check. If you want to run checks against multiple paths in your repository, you can use this Action in a [matrix run](#multiple-paths).

## Versions supported
* `clang-format-6` (n.b. use v3.5.1 of this action to access it)
* `clang-format-7` (n.b. use v3.5.1 of this action to access it)
* `clang-format-8` (n.b. use v3.5.1 of this action to access it)
* `clang-format-6` (n.b. use v3.5.2 of this action to access it)
* `clang-format-7` (n.b. use v3.5.2 of this action to access it)
* `clang-format-8` (n.b. use v3.5.2 of this action to access it)
* `clang-format-9`
* `clang-format-10` (n.b. use v3.5.1 of this action to access it)
* `clang-format-10` (n.b. use v3.5.2 of this action to access it)
* `clang-format-11`
* `clang-format-12`
* `clang-format-13`
Expand Down

0 comments on commit c262033

Please sign in to comment.