You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,27 @@ GitHub Action for `clang-format` checks. Note that this Action does **NOT** form
8
8
9
9
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).
10
10
11
-
## Versions supported
12
-
*`clang-format-3.9`
13
-
*`clang-format-4.0`
14
-
*`clang-format-5.0`
15
-
*`clang-format-6.0`
16
-
*`clang-format-7`
17
-
*`clang-format-8`
18
-
*`clang-format-9`
19
-
*`clang-format-10`
20
-
*`clang-format-11`
21
-
*`clang-format-12`
22
-
*`clang-format-13`
23
-
*`clang-format-14`
24
-
*`clang-format-15`
11
+
## Major versions supported
12
+
*3: `clang-format-3.9`
13
+
*4: `clang-format-4.0`
14
+
*5: `clang-format-5.0`
15
+
*6: `clang-format-6.0`
16
+
*7: `clang-format-7`
17
+
*8: `clang-format-8`
18
+
*9: `clang-format-9`
19
+
*10: `clang-format-10`
20
+
*11: `clang-format-11`
21
+
*12: `clang-format-12`
22
+
*13: `clang-format-13`
23
+
*14: `clang-format-14`
24
+
*15: `clang-format-15`
25
25
26
26
## Do you find this useful?
27
27
28
28
You can sponsor me [here](https://github.com/sponsors/jidicula)!
29
29
30
30
## Inputs
31
-
*`clang-format-version`[optional]: The version of `clang-format` that you want to run on your codebase.
31
+
*`clang-format-version`[optional]: The major version of `clang-format` that you want to run on your codebase.
32
32
* Default: `13`
33
33
* Available versions: see [Versions supported](#versions-supported)
34
34
*`check-path`[optional]: The path to the directory in the repo that should be checked for C/C++/Protobuf formatting.
0 commit comments