File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 37
37
- 15
38
38
- 16
39
39
- 17
40
+ - 18
40
41
steps :
41
42
- uses : actions/checkout@v4
42
43
- name : Build and test the Docker image
63
64
- 15
64
65
- 16
65
66
- 17
67
+ - 18
66
68
path :
67
69
- check : ' test/known_fail'
68
70
exclude : ' capi'
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
24
24
* 15: ` clang-format-15 `
25
25
* 16: ` clang-format-16 `
26
26
* 17: ` clang-format-17 `
27
+ * 18: ` clang-format-18 `
27
28
28
29
## Do you find this useful?
29
30
@@ -32,7 +33,7 @@ You can sponsor me [here](https://github.com/sponsors/jidicula)!
32
33
## Inputs
33
34
* ` clang-format-version ` [ optional] : The major version of ` clang-format ` that you want to run on your codebase.
34
35
* Default: ` 13 `
35
- * Available versions: see [ Versions supported] ( #versions-supported )
36
+ * Available versions: see [ Versions supported] ( #major- versions-supported )
36
37
* ` check-path ` [ optional] : The path to the directory in the repo that should be checked for C/C++/Protobuf formatting.
37
38
* Default: ` . `
38
39
* For cleaner output (i.e. with no double-slashed paths), the final directory in this path should have no trailing slash, e.g. ` src ` and not ` src/ ` .
You can’t perform that action at this time.
0 commit comments